From 018ecf62b8a0365cb70b88d24a18b09e012ca909 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 16 九月 2025 14:54:07 +0800
Subject: [PATCH] Merge branch 'dev-v1.1' of http://120.26.58.240:8888/r/flexJobAdmin into dev-v1.1

---
 src/views/DictionaryManage/DataDictionary.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/DictionaryManage/DataDictionary.vue b/src/views/DictionaryManage/DataDictionary.vue
index 96df848..da29126 100644
--- a/src/views/DictionaryManage/DataDictionary.vue
+++ b/src/views/DictionaryManage/DataDictionary.vue
@@ -198,6 +198,7 @@
       field1: editForm.field1,
       field2: editForm.field2?.[0]?.path ?? '',
       field3: editForm.field3,
+      field4: editForm.field4,
     };
     if (editForm.id) {
       params.id = editForm.id;

--
Gitblit v1.9.1