From 53c2eae41cfabc6f164c5e571fa5b670409c4704 Mon Sep 17 00:00:00 2001
From: zhangchunxu <1842059105@qq.com>
Date: 星期五, 04 八月 2023 13:47:52 +0800
Subject: [PATCH] 提交 侧边栏 营业中心、备品中心(耗材出入库)、自定义链接
---
force-app/main/default/lwc/lexAllReceivedBtns/lexAllReceivedBtns.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/lwc/lexAllReceivedBtns/lexAllReceivedBtns.js b/force-app/main/default/lwc/lexAllReceivedBtns/lexAllReceivedBtns.js
index a940c01..55965dc 100644
--- a/force-app/main/default/lwc/lexAllReceivedBtns/lexAllReceivedBtns.js
+++ b/force-app/main/default/lwc/lexAllReceivedBtns/lexAllReceivedBtns.js
@@ -7,7 +7,7 @@
import { NavigationMixin } from 'lightning/navigation';
-export default class LexAllReceivedBtns extends NavigationMixin(LightningElement) {
+export default class lexAllReceivedBtns extends NavigationMixin(LightningElement) {
@api raid;
IsLoading = true;
@wire(CurrentPageReference)
--
Gitblit v1.9.1