Browse Source

人员档案详情提示信息更新

guoqing 1 năm trước cách đây
mục cha
commit
d651b77008
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/placeManage/placePerson/placePersoninfo.vue

+ 2 - 2
src/views/placeManage/placePerson/placePersoninfo.vue

@@ -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 {
           xm.showToast({
-            message: "人员添加失败",
+            message: "人员修改失败",
           });
           console.log(res);
         }