| | |
| | | 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 = '' |
| | |
| | | } |
| | | }, |
| | | changeToSecond(val){ |
| | | debugger |
| | | if(val.isanalysis === 1){ |
| | | this.taskCreateDialog = false |
| | | }else if(this.title === '新增' || this.title === '编辑' || this.title === '复制'){ |