zhangzhengmei
2023-05-08 df8ef5be3062f628937b50da46161aee16d8ca17
force-app/main/default/lwc/lexRentalApplyESetRefreshStatus/lexRentalApplyESetRefreshStatus.js
@@ -50,14 +50,14 @@
   async cancelSubmit(){
      if(this.refreshResult == '1') {
         this.showToast('','状态更新完毕','success');
         this.showToast('','状态更新完毕!','success');
         // alert("状态更新完毕!");
         location.href = "/"+this.recordId; 
               
      } else {
         console.log("result:",this.refreshResult);
         this.showToast('','更新失败,请联系管理员!','warning');
         // alert("更新失败,请联系管理员!");
         this.showToast('','更新失败!'+this.refreshResult,'warning');
         // this.showToast('','更新失败,请联系管理员!','warning');
         
      }