zhangzhengmei
2023-05-08 df8ef5be3062f628937b50da46161aee16d8ca17
借出备品配套一览-状态及时更新 修改错误提示信息
1个文件已修改
6 ■■■■ 已修改文件
force-app/main/default/lwc/lexRentalApplyESetRefreshStatus/lexRentalApplyESetRefreshStatus.js 6 ●●●● 补丁 | 查看 | 原始文档 | 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');
            
        }