From 46c3d28c5633baaddad0da441185310b9360a45b Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期三, 03 七月 2024 14:56:21 +0800
Subject: [PATCH] 高级表单优化

---
 src/views/tigerprojects/system/lowcode/detail/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/tigerprojects/system/lowcode/detail/index.vue b/src/views/tigerprojects/system/lowcode/detail/index.vue
index c450952..65c2228 100644
--- a/src/views/tigerprojects/system/lowcode/detail/index.vue
+++ b/src/views/tigerprojects/system/lowcode/detail/index.vue
@@ -4,7 +4,7 @@
  * @version: 
  * @Date: 2024-05-30 13:28:20
  * @LastEditors: Ben Lin
- * @LastEditTime: 2024-06-25 14:41:28
+ * @LastEditTime: 2024-07-03 08:46:37
 -->
 <template>
   <PageWrapper :title="pageTitle" :content="contentStr" contentBackground @back="goBack">
@@ -94,9 +94,9 @@
   const cType = ref('');
   const dtlSlots = ref([] as any[]);
   const selectVals = ref({});
-  const others = ref<any>(null);
+  const keyFieldValues = ref<any>(null);
   provide<Ref<any>>('objParams', objParams.value);
-  provide<Ref<any>>('others', others);
+  provide<Ref<any>>('keyFieldValues', keyFieldValues);
   const [registerCust] = useModal();
 
   var currentKey = ref('detailfirst');

--
Gitblit v1.9.3