+
liuyg
2021-11-23 3a6ae7ec0c0df9681b08efe4adca05a71afeb2b0
+
1 files modified
7 ■■■■■ changed files
src/views/securityGuard/securityGuard.vue 7 ●●●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuard.vue
@@ -2037,8 +2037,8 @@
      );
    },
    openClosegroup(val) {
      // let ql = /realName|nation|cardid|registered|sex/;
      let ql = /realName|nation|cardid|registered/;
      let ql = /realName|nation|cardid|registered|sex/;
      // let ql = /realName|nation|cardid|registered/;
      for (let k in this.option.group) {
        for (let i in this.option.group[k].column) {
          if (ql.test(this.option.group[k].column[i].prop)) {
@@ -2124,7 +2124,8 @@
              that.form.cardid = data.certNumber;
              that.form.nation = data.nation;
              that.form.registered = data.certAddress;
              that.form.sex = data.certType;
              that.form.sex =
                data.certType == 0 ? 2 : data.certType == 1 ? 1 : 3;
              //禁止编辑
              that.openClosegroup(true);
              that.nowCell = "2";