From a55a26c9266a1d3cbbe06272b1e23dcaed95a846 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期一, 15 四月 2024 11:56:48 +0800
Subject: [PATCH] 123

---
 force-app/main/default/lwc/lexDepartmentCreateBF/lexDepartmentCreateBF.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/lwc/lexDepartmentCreateBF/lexDepartmentCreateBF.js b/force-app/main/default/lwc/lexDepartmentCreateBF/lexDepartmentCreateBF.js
index afb937e..dba66f1 100644
--- a/force-app/main/default/lwc/lexDepartmentCreateBF/lexDepartmentCreateBF.js
+++ b/force-app/main/default/lwc/lexDepartmentCreateBF/lexDepartmentCreateBF.js
@@ -4,14 +4,14 @@
  * @Author: chen jing wu
  * @Date: 2023-07-28 16:01:28
  * @LastEditors: chen jing wu
- * @LastEditTime: 2023-07-31 10:01:47
+ * @LastEditTime: 2023-07-31 16:42:13
  */
 import { LightningElement, track, wire, api } from 'lwc';
 import {CurrentPageReference} from 'lightning/navigation';
 import { CloseActionScreenEvent } from 'lightning/actions';
 import { NavigationMixin } from 'lightning/navigation';
 import { encodeDefaultFieldValues } from 'lightning/pageReferenceUtils';
-import init from '@salesforce/apex/lexAccountController.initForDepartmentCreateBF';
+import init from '@salesforce/apex/lexAccountController.initForDepartmentCreate';
 export default class LexDepartmentCreateBF extends NavigationMixin(LightningElement) {
     @api recordId;
     IsLoading = true;

--
Gitblit v1.9.1