【修改】先注释掉获取领导

This commit is contained in:
zhoulingpo
2023-05-16 10:40:18 +08:00
parent 60caafa8ba
commit e6669c7508
+3 -3
View File
@@ -138,7 +138,7 @@ export default {
this.$refs.assignFormRef.clearValidate()
})
})
this.getLearder()
// this.getLearder()
}
else if (this.$route.query.taskDefinitionKey == 'reEdit' ) {
this.taskId = this.$store.getters.handleProcess.taskId
@@ -153,7 +153,7 @@ export default {
this.processForm=JSON.parse(this.processOld.dataJson)
this.$set(this.assignForm,'oneApprove',submitJson.oneApprove)
this.$set(this.assignForm,'oneApproveName',submitJson.oneApproveName)
this.getLearder()
// this.getLearder()
}
else if (this.$route.query.type == 'yiban') {
@@ -181,7 +181,7 @@ export default {
this.isShowSave = false
this.isLevel=false
}else{
this.getLearder()
// this.getLearder()
this.isLevel = true
this.isShowSave = true
}