liuyg
2021-10-26 1e5c40ca6d5c6bbbd062f5cbdfc31d6045b4b77b
提醒密码为身份证后六位
2 files modified
31 ■■■■ changed files
src/views/securityGuard/data.js 15 ●●●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuard.vue 16 ●●●●● patch | view | raw | blame | history
src/views/securityGuard/data.js
@@ -473,6 +473,21 @@
    searchLabelWidth: 50,
    display: false
},
// {
//     label: "温馨提示",
//     prop: "realName1",
//     hide: true,
//     addDisplay: true,
//     editDisplay: false,
//     span: 24,
//     value: "账号为身份证号码,密码为身份证后六位",
//     addDisabled: true
//     // search: true,
//     // searchSpan: 3,
//     // width: 60,
//     // searchLabelWidth: 50,
// },
{
    label: "所属保安公司",
    searchLabelWidth: "110",
src/views/securityGuard/securityGuard.vue
@@ -1134,15 +1134,21 @@
          sex: row.sex,
        },
      };
      securitySave(userMap).then(
        () => {
          this.initFlag = false;
          this.onLoad(this.page);
          this.$message({
            type: "success",
            message: "操作成功!",
          this.$alert("账号为身份证号码,密码为身份证后六位", "温馨提示", {
            confirmButtonText: "确定",
            callback: (action) => {
              this.$message({
                type: "success",
                message: `操作成功`,
              });
              this.onLoad(this.page);
              done();
            },
          });
          done();
        },
        (error) => {
          window.console.log(error);