Explorar el Código

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

guoqing hace 1 año
padre
commit
d651b77008
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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);
         }