@@ -1167,14 +1167,14 @@ export default {
new placePerson().save(data.value).then((res) => {
if (res.status == 200) {
xm.showToast({
- message: "人员添加成功",
+ message: "人员修改成功",
});
router.push({
path: "/placePerson",
} else {
- message: "人员添加失败",
+ message: "人员修改失败",
console.log(res);
}