From 04aac2eda9b5d9473eb96d12b32cb76fb45135c6 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期日, 21 七月 2024 19:52:31 +0800
Subject: [PATCH] 工单更新

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

diff --git a/src/views/tigerprojects/system/lowcode/composition/index.vue b/src/views/tigerprojects/system/lowcode/composition/index.vue
index 2068333..1b49c52 100644
--- a/src/views/tigerprojects/system/lowcode/composition/index.vue
+++ b/src/views/tigerprojects/system/lowcode/composition/index.vue
@@ -4,7 +4,7 @@
  * @version: 
  * @Date: 2024-06-18 23:30:30
  * @LastEditors: Ben Lin
- * @LastEditTime: 2024-07-15 22:22:58
+ * @LastEditTime: 2024-07-21 18:03:22
 -->
 <template>
   <PageWrapper
@@ -215,7 +215,9 @@
         var values = GetSelectSuccess(d, u);
         selectVals.value = values; //淇濆瓨寮瑰嚭妗嗛�夋嫨鐨勭粨鏋�
         let _val = {};
-        _val[d.returnFieldName] = values[d.returnFieldName];
+        d.returnFieldName.map((x) => {
+          _val[x] = values[x];
+        });
         useFormData.value[item][1].setFieldsValue(_val);
       });
     } catch (e) {}

--
Gitblit v1.9.3