修改服务包
This commit is contained in:
parent
175f2b61b7
commit
5a7fd68409
@ -800,12 +800,17 @@ this.$message.error("请输入服务频次起始值和结束值")
|
|||||||
this.$modal.msgSuccess("修改成功");
|
this.$modal.msgSuccess("修改成功");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.getList();
|
this.getList();
|
||||||
|
this.mentlist();
|
||||||
|
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
addServicewaycontent(this.form).then((response) => {
|
addServicewaycontent(this.form).then((response) => {
|
||||||
this.$modal.msgSuccess("新增成功");
|
this.$modal.msgSuccess("新增成功");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.getList();
|
this.getList();
|
||||||
|
this.mentlist();
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user