From 08c2813b924c89c33271a3ccb0b9ab7fc1fe9ebd Mon Sep 17 00:00:00 2001
From: zz <1842059105@qq.com>
Date: 星期四, 11 五月 2023 14:54:59 +0800
Subject: [PATCH] 招标项目 代码修改 新建意向,反逻辑删除,逻辑删除,反应询价状态,不应标申请
---
force-app/main/default/lwc/lexTenderingLostButton/lexTenderingLostButton.js | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/lwc/lexTenderingLostButton/lexTenderingLostButton.js b/force-app/main/default/lwc/lexTenderingLostButton/lexTenderingLostButton.js
index ea9d78e..1d901d0 100644
--- a/force-app/main/default/lwc/lexTenderingLostButton/lexTenderingLostButton.js
+++ b/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;
}
--
Gitblit v1.9.1