Browse Source

测试bug修复

hbchen 1 year ago
parent
commit
e00d79a4b7

+ 1 - 1
src/views/dataReport_manage/components/noRenewalReasonDia/confirmedNoRenewal.vue

@@ -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 
         }