From b3317ffcc4feba7145f537dcc18562b414fe229d Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期二, 01 八月 2023 17:14:32 +0800
Subject: [PATCH] 修改按钮

---
 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