修改服务包

This commit is contained in:
闫晓茹 2024-03-06 14:06:09 +08:00
parent 175f2b61b7
commit 5a7fd68409

View File

@ -800,12 +800,17 @@ this.$message.error("请输入服务频次起始值和结束值")
this.$modal.msgSuccess("修改成功");
this.open = false;
this.getList();
this.mentlist();
});
} else {
addServicewaycontent(this.form).then((response) => {
this.$modal.msgSuccess("新增成功");
this.open = false;
this.getList();
this.mentlist();
});
}
}