@@ -148,7 +148,7 @@ import { dataMainInterface } from '@/api/api.js'
})
},
save(){
- if((!(this.Role=='rai_admin' && this.dataForm.reason)) || (!this.canConfirmNotRenewed)){
+ if((this.Role!='rai_admin' && this.dataForm.reason) || (!this.canConfirmNotRenewed)){
this.$message.error("仅管理员可修改")
return
}