From 596a6831ceb5417e2f4fb71f9e2dd1d2e2bcb6f8 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期五, 14 十月 2022 10:25:26 +0800 Subject: [PATCH] lct --- src/views/goalManagement/targetSettings/component/dailogAdd.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/goalManagement/targetSettings/component/dailogAdd.vue b/src/views/goalManagement/targetSettings/component/dailogAdd.vue index de298d9..8ab66ca 100644 --- a/src/views/goalManagement/targetSettings/component/dailogAdd.vue +++ b/src/views/goalManagement/targetSettings/component/dailogAdd.vue @@ -198,7 +198,7 @@ if (!formEl) return; await formEl.validate((valid, fields) => { if (valid) { - if (titleT.value == '新增') { + if (titleT.value == '新建') { delete form.value.id; } Shows.value = false; -- Gitblit v1.9.2