ysy hace 1 año
padre
commit
042762a250
Se han modificado 1 ficheros con 6 adiciones y 4 borrados
  1. 6 4
      src/views/pick/pickApply/index.vue

+ 6 - 4
src/views/pick/pickApply/index.vue

@@ -59,15 +59,13 @@
             align: 'center',
             showOverflowTooltip: true
           },
-  
+
           {
             prop: 'code',
             label: '领料单编号',
             align: 'center'
           },
 
-       
-
           {
             prop: '',
             label: '关联工单编号',
@@ -121,7 +119,11 @@
         });
       }
     },
-    created() {}
+    created() {},
+
+    reload(where) {
+      this.$refs.userList.reload(where);
+    }
   };
 </script>