From 437a70bd86d8adda3da41853b8b1c2706a22fdd7 Mon Sep 17 00:00:00 2001 From: 张诺 <zhang_12370@163.com> Date: 星期四, 12 六月 2025 18:03:59 +0800 Subject: [PATCH] 优化文档管理及基础信息页面 --- src/views/basicInformation/mould/customer.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/views/basicInformation/mould/customer.vue b/src/views/basicInformation/mould/customer.vue index f0f25c1..0aa5a62 100644 --- a/src/views/basicInformation/mould/customer.vue +++ b/src/views/basicInformation/mould/customer.vue @@ -158,8 +158,6 @@ result }; } else { - delete formData.value.createTime - delete formData.value.updateTime let result = await addOrEditCustomer({ ...formData.value, }) -- Gitblit v1.9.3