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); } });