提交 4fc5745f 编写于 作者: alex.zhang's avatar alex.zhang

fix bug 手机页查询

上级 0415e3a9
...@@ -430,7 +430,6 @@ export default { ...@@ -430,7 +430,6 @@ export default {
return; return;
} }
for (let item = 0; item < this.labelList.length; item++) { for (let item = 0; item < this.labelList.length; item++) {
console.log("setTagSave() : item = " + item); console.log("setTagSave() : item = " + item);
if (this.labelList[item] == "") { if (this.labelList[item] == "") {
......
...@@ -670,7 +670,7 @@ export default { ...@@ -670,7 +670,7 @@ export default {
}, },
handleSearchByClick() { handleSearchByClick() {
vm.pageNo = 1; vm.pageNo = 1;
handleSearch(); vm.handleSearch();
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册