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

问题文档修复

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