xiongchao 3 years ago
parent
commit
796aef12fd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/repair/application-form/modules/BaseForm.vue

+ 4 - 0
src/views/repair/application-form/modules/BaseForm.vue

@@ -266,6 +266,7 @@ export default {
       levelMap: {},
       questionMap: {},
       treeData: [],
+      needStop: null,
       needStopMap: {},
       planFlag: 0,
       planFlagMap: {},
@@ -468,6 +469,9 @@ export default {
         this.$message.error('上传失败')
         return []
       }
+    },
+    changeNeedStop (value) {
+      this.needStop = value
     }
 
   }