From 5913b702de5cbb9d0b2bb84a420f786026c4be6c Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 13 十月 2025 15:06:31 +0800 Subject: [PATCH] Merge branch 'dev-1.1.2' of http://120.26.58.240:8888/r/flexJobAdmin into dev-1.1.2 --- 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