From b9af197bb4cd295951c6def540a2105899ba2fdd Mon Sep 17 00:00:00 2001
From: unknown <sunxia@prec-tech.com>
Date: 星期五, 12 五月 2023 14:33:09 +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