From 6ac2e9df968bfdc5ded01fa183994bd7f622d7ee Mon Sep 17 00:00:00 2001
From: zhangchunxu <1842059105@qq.com>
Date: 星期五, 04 八月 2023 13:54:16 +0800
Subject: [PATCH] 提交 经销商管理 侧边栏
---
force-app/main/default/lwc/lexProductRepairQuoteRepair/lexProductRepairQuoteRepair.js | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/force-app/main/default/lwc/lexProductRepairQuoteRepair/lexProductRepairQuoteRepair.js b/force-app/main/default/lwc/lexProductRepairQuoteRepair/lexProductRepairQuoteRepair.js
index ef8176d..e6368de 100644
--- a/force-app/main/default/lwc/lexProductRepairQuoteRepair/lexProductRepairQuoteRepair.js
+++ b/force-app/main/default/lwc/lexProductRepairQuoteRepair/lexProductRepairQuoteRepair.js
@@ -48,9 +48,7 @@
}
}).catch(error => {
console.log(error);
- }).finally(() => {
-
- });
+ })
}
// 淇悊鎶ヤ环棰勪及
@@ -60,8 +58,6 @@
}).then(result => {
this.DeliveredProductC = result;
window.open('/apex/ProductRepairQuote?productid=' + this.DeliveredProductC + '&flag=asset', '', 'height=250, width=500, top=300, left=350,location=no')
- }).catch(error => {
- console.log(error);
})
}
}
\ No newline at end of file
--
Gitblit v1.9.1