From ca743be68ec263a6d9d6c70410f894ed2bb1d293 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@prec-tech.com>
Date: 星期一, 31 七月 2023 15:29:03 +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