force-app/main/default/lwc/lexTenderingLostButton/lexTenderingLostButton.js
@@ -29,7 +29,6 @@ init({ recordId: this.recordId }).then(result => { console.log(); this.IsLoading = false; this.status = result.status; this.profileId = result.profileId; @@ -51,7 +50,6 @@ } // 判断内部确认状态 if(this.status == '01.待确认'|| this.status == '02.不相关'){ console.log('没走吗'); this.showToast("状态为待确认或不相关,不可以做失单。","error"); return; }