From 196df4d4bf1941546d349cadbf343655578ec280 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期三, 13 九月 2023 15:05:56 +0800
Subject: [PATCH] sit期间修改

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

diff --git a/force-app/main/default/lwc/lexApplyAgainLwc/lexApplyAgainLwc.js b/force-app/main/default/lwc/lexApplyAgainLwc/lexApplyAgainLwc.js
index ca769de..8252f9c 100644
--- a/force-app/main/default/lwc/lexApplyAgainLwc/lexApplyAgainLwc.js
+++ b/force-app/main/default/lwc/lexApplyAgainLwc/lexApplyAgainLwc.js
@@ -2,9 +2,9 @@
  * @Description: 
  * @version: 
  * @Author: chen jing wu
- * @Date: 2023-06-30 17:55:39
+ * @Date: 2023-09-09 13:31:12
  * @LastEditors: chen jing wu
- * @LastEditTime: 2023-07-07 16:22:25
+ * @LastEditTime: 2023-09-11 14:43:12
  */
 import { LightningElement,wire,track,api} from 'lwc';
 import { CurrentPageReference } from "lightning/navigation";
@@ -46,7 +46,8 @@
       const defaultValues = encodeDefaultFieldValues({
         old_Project_No__c: this.recordId,
         Department_Class__c: this.departmentClassId,
-        Hospital__c: this.hospitalId
+        Hospital__c: this.hospitalId,
+        Name: '*'
       });
       this[NavigationMixin.Navigate]({
           type: 'standard__objectPage',

--
Gitblit v1.9.1