lichao hace 3 años
padre
commit
f8646155f2
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 3 0
      src/components/fee-info/main.vue
  2. 1 1
      src/components/warehouseSelect/index.vue

+ 3 - 0
src/components/fee-info/main.vue

@@ -324,6 +324,9 @@ export default {
     },
     optionType:{
       type: String
+    },
+    itemType: {
+      type: String
     }
   },
   filters: {

+ 1 - 1
src/components/warehouseSelect/index.vue

@@ -237,7 +237,7 @@ export default {
     },
     // 远程模糊查找
     remoteMethod(query) {
-      if (!query) {
+      if (query) {
         this.loading = true;
         this.queryParams = {
           size: 10,