+
liuyg
2021-11-23 b25e538fd73803b4023b0fef8b404f66b36178e4
+
1 files modified
5 ■■■■■ changed files
src/views/securityGuard/securityGuard.vue 5 ●●●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuard.vue
@@ -509,7 +509,7 @@
      }
    };
    return {
      nowCell: "1", //1为手动,2为身份证设备读取
      nowCell: "", //空为手动,2为身份证设备读取
      // 表格数据
      defaults: {},
      // 身份证设备数据
@@ -681,6 +681,7 @@
        //dialogType: 'drawer',
        dialogClickModal: false,
        column: securityFormPageColumn,
        ...this.$store.state.control.clearOtherBut,
        group: [
          {
            label: "基础信息",
@@ -2176,7 +2177,7 @@
        //可以编辑
      }
      this.openClosegroup(false);
      this.nowCell = "1";
      this.nowCell = "";
    },
    beforeOpen(done, type) {
      var that = this;