Explorar el Código

【修改】bug

莫绍宝 hace 3 años
padre
commit
7bb62dc602
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/views/supply/apply/components/apply_form.vue

+ 3 - 3
src/views/supply/apply/components/apply_form.vue

@@ -395,9 +395,9 @@ export default {
       if(!this.screenForm.warehouse) {
         return this.$errorMsg('请选择仓库');
       }
-      if(!this.screenForm.type) {
-        return this.$errorMsg('请选择存货类别');
-      }
+      // if(!this.screenForm.type) {
+      //   return this.$errorMsg('请选择存货类别');
+      // }
       this.currentPage = 1;
       this.getGoodsList();
     },