| force-app/main/default/lwc/lexRentalApplyESetRefreshStatus/lexRentalApplyESetRefreshStatus.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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'); }