From f2a9d202775438089ef6a11e3934a86a2301aa5a Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Tue, 29 Mar 2022 14:15:16 +0800
Subject: [PATCH] 1.单位管理区分(承包商和系统管理,条件为单位名称唯一) 2.用户管理区分(承包商和系统管理)
---
src/views/specialWork/taskCreate/components/taskCreate.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/views/specialWork/taskCreate/components/taskCreate.vue b/src/views/specialWork/taskCreate/components/taskCreate.vue
index f2e183e..02aa3ea 100644
--- a/src/views/specialWork/taskCreate/components/taskCreate.vue
+++ b/src/views/specialWork/taskCreate/components/taskCreate.vue
@@ -278,7 +278,6 @@
this.$refs.taskBasic.type = 2
this.$refs.taskBasic.resetFormRules()
this.$refs.taskBasic.taskBasicForm = JSON.parse(JSON.stringify(value))
- debugger
this.$refs.taskBasic.taskBasicForm.hazard = this.$refs.taskBasic.taskBasicForm.hazard.split('、')
let form = JSON.parse(JSON.stringify(value)).subTaskInfos
this.$refs.taskBasic.taskBasicForm.type = ''
@@ -953,7 +952,6 @@
}
},
changeToSecond(val){
- debugger
if(val.isanalysis === 1){
this.taskCreateDialog = false
}else if(this.title === '新增' || this.title === '编辑' || this.title === '复制'){
--
Gitblit v1.9.2