xiongchao 3 лет назад
Родитель
Сommit
796aef12fd
1 измененных файлов с 4 добавлено и 0 удалено
  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
     }
 
   }