소스 검색

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

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);
         }