فهرست منبع

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

guoqing 1 سال پیش
والد
کامیت
d651b77008
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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);
         }