Administrator
2022-05-11 6a3d658197af0e2154b897bc7f6fb9c25b3be148
保安员新增提示修改
1 files modified
4 ■■■■ changed files
src/views/securityGuard/securityGuard.vue 4 ●●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuard.vue
@@ -2407,7 +2407,7 @@
          // console.log(res.data,111111111111111111);
          this.initFlag = false;
          if (res.data.code == 200) {
            this.$alert("账号为姓名,密码为身份证后六位", "温馨提示", {
            this.$alert("新增成功,密码为身份证后六位", "温馨提示", {
              confirmButtonText: "确定",
              callback: action => {
                this.$message({
@@ -2422,7 +2422,7 @@
          //保安员证编号不匹配的情况
          if (res.data.code == 201) {
            this.$alert(
              "用户新增成功!账号为姓名,密码为身份证后六位!注:当前保安证编号不匹配,请核实!",
              "用户新增成功!,密码为身份证后六位!注:当前保安证编号不匹配,请核实!",
              "温馨提示",
              {
                confirmButtonText: "确定",