xiongchao 3 năm trước cách đây
mục cha
commit
796aef12fd
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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
     }
 
   }