Browse Source

搜索修复

Hwf 7 months ago
parent
commit
cecfda244e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/mobileControl/MaterialManage.vue

+ 4 - 4
src/views/mobileControl/MaterialManage.vue

@@ -141,13 +141,13 @@ let error2 = ref(false);
 let finished2 = ref(false);
 let dataList2 = ref([]);
 const onSearchKeyword2 = (val) => {
-  queryParams1.query.keyword = val;
-  queryParams1.current = 0;
+  queryParams2.query.keyword = val;
+  queryParams2.current = 0;
   getList2();
 };
 const onSearchCancel2 = () => {
-  queryParams1.query.keyword = '';
-  queryParams1.current = 0;
+  queryParams2.query.keyword = '';
+  queryParams2.current = 0;
   getList2();
 }
 const getList2 = () => {