对接任务清单认证进度
This commit is contained in:
@@ -131,13 +131,19 @@
|
||||
if (title == this.$t('CurrentProjectStatusEvaluation')) {
|
||||
val.remark = val.projectStatusAssessRemark || ''
|
||||
val.conditionAssessment = val.projectStatusAssess || ''
|
||||
if (val.roleCode == '2' || val.roleCode == '4' || val.roleCode == '1') {
|
||||
this.disabled = false
|
||||
} else {
|
||||
this.disabled = true
|
||||
}
|
||||
} else {
|
||||
if (val.roleCode == '2' || val.roleCode == '4') {
|
||||
this.disabled = false
|
||||
} else {
|
||||
this.disabled = true
|
||||
}
|
||||
}
|
||||
this.formInline = val
|
||||
if (val.roleCode == '2' || val.roleCode == '4') {
|
||||
this.disabled = false
|
||||
} else {
|
||||
this.disabled = true
|
||||
}
|
||||
this.$nextTick(() => {
|
||||
this.$refs.ruleForm.clearValidate()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user