Explorar o código

样品清单为空!先进行修改操作再下发!

yijing hai 1 ano
pai
achega
bca9cff60f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/views/inspectionPlan/components/edit.vue

+ 4 - 0
src/views/inspectionPlan/components/edit.vue

@@ -616,6 +616,10 @@ export default {
       this.loading = false;
     },
     handleIssued() {
+      if (this.sampleList.length == 0) {
+        this.$message.warning('样品清单为空!先进行修改操作再下发!');
+        return;
+      }
       this.$refs.baseInfoRefs.$refs.form1.validate((valid) => {
         if (!valid) {
           return false;