秀山需求变更
This commit is contained in:
		| @@ -170,7 +170,6 @@ export default { | ||||
|         this.titleType = '编辑审批步骤'; | ||||
|         item.nodeType = item.nodeType * 1; | ||||
|         item.candidateApproverType = item.candidateApproverType * 1; | ||||
|         item.scopeCandidates = item.scopeCandidates * 1; | ||||
|         this.nodeObj = JSON.parse(JSON.stringify(item)); | ||||
|       } else { | ||||
|         this.titleType = '添加审批步骤'; | ||||
| @@ -183,7 +182,7 @@ export default { | ||||
|     saveAddProgress(formName) { | ||||
|       this.$refs[formName].validate((valid) => { | ||||
|         if (valid) { | ||||
|           if (this.nodeObj.scopeCandidates == 0) this.nodeObj.candidateList = []; | ||||
|           if (this.nodeObj.scopeCandidates == '0') this.nodeObj.candidateList = []; | ||||
|           if (this.indexType == 1) { | ||||
|             this.form.processNodeList.push(JSON.parse(JSON.stringify(this.nodeObj))); | ||||
|           } else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user