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