作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

问题文档修复

... ... @@ -818,11 +818,11 @@
//查询数据
function searchData(val) {
var searchKey = $('#searchVal').val();
/*var searchKey = $('#searchVal').val();
if(searchKey == ''){
toast('请输入要搜索的内容');
return;
}
}*/
initGoodsList();
//noResultsTips();
}
... ...