liuyg
2021-10-26 1e5c40ca6d5c6bbbd062f5cbdfc31d6045b4b77b
src/views/securityGuard/securityGuard.vue
@@ -1134,16 +1134,22 @@
          sex: row.sex,
        },
      };
      securitySave(userMap).then(
        () => {
          this.initFlag = false;
          this.onLoad(this.page);
          this.$alert("账号为身份证号码,密码为身份证后六位", "温馨提示", {
            confirmButtonText: "确定",
            callback: (action) => {
          this.$message({
            type: "success",
            message: "操作成功!",
                message: `操作成功`,
          });
              this.onLoad(this.page);
          done();
        },
          });
        },
        (error) => {
          window.console.log(error);
          loading();