黄千龙
2023-05-11 abeb7143bb1326fb922e49cdb4a90ed4e9a3f2af
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;
            }