liuyg
2021-11-25 a4686327a070f1aa49d18104bbabb051e06f245b
+性别
1 files modified
3 ■■■■ changed files
src/views/securityGuard/securityGuard.vue 3 ●●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuard.vue
@@ -2125,8 +2125,7 @@
              that.form.cardid = data.certNumber;
              that.form.nation = data.nation;
              that.form.registered = data.certAddress;
              that.form.sex =
                data.certType == 0 ? 2 : data.certType == 1 ? 1 : 3;
              that.form.sex = data.gender == 0 ? 2 : data.gender == 1 ? 1 : 3;
              //禁止编辑
              that.openClosegroup(true);
              that.nowCell = "2";