From 59953d5b3d84f49f63f0b6c0857799c7ee61020d Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 21 三月 2024 14:23:07 +0800 Subject: [PATCH] 指标完成 --- src/views/patient/propaganda/particty.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue index fcc98e2..0ec5f32 100644 --- a/src/views/patient/propaganda/particty.vue +++ b/src/views/patient/propaganda/particty.vue @@ -889,10 +889,15 @@ return this.Editprogress++; } }, - // 涓嬩竴姝� + // 淇濆瓨 submitForm(formName) { Editsingletask(this.form).then((response) => { if (res.code == 200) { + if (this.form.id) { + this.$modal.msgSuccess("鏂板鎴愬姛"); + }else{ + this.$modal.msgSuccess("淇敼鎴愬姛鎴愬姛"); + } this.$router.go(-1); } }); -- Gitblit v1.9.3