From bc7bc3cda61f410a2ed2edbf84e6c58a7b6e559e Mon Sep 17 00:00:00 2001 From: 1638245306 <1638245306@qq.com> Date: Fri, 14 Mar 2025 17:33:51 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat(system):=20=E4=BC=98=E5=8C=96=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B5=E9=9D=A2=E8=A1=A8=E5=8D=95=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 crudTable组件中添加 afterSubmit 钩子,更新 modelValue -重构 formContent 组件中的 formData,使用 ref 替代 reactive - 优化 formContent 组件的提交逻辑,简化代码结构 --- .../config/components/components/crudTable.vue | 7 +++++-- .../system/config/components/formContent.vue | 17 +++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/web/src/views/system/config/components/components/crudTable.vue b/web/src/views/system/config/components/components/crudTable.vue index 016f40f..1bfcfe9 100644 --- a/web/src/views/system/config/components/components/crudTable.vue +++ b/web/src/views/system/config/components/components/crudTable.vue @@ -6,7 +6,7 @@