Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/enumType/index.vue
@@ -320,7 +320,8 @@
      },
      tableLoading: false,
      selectList: [],
      searchParams: {}
      searchParams: {},
      lastIndex: null
    }
  },
  computed: {
@@ -366,13 +367,18 @@
    // 选择框
    selectChange(row) {
      console.log(row)
      this.selectList = row;
    },
    // 点击行
    rowClickHandler(row) {
      this.$refs.userCrud.toggleRowSelection(row);
      func.rowClickHandler(
        row,
        this.$refs.userCrud,
        this.lastIndex,
        (newIndex) => { this.lastIndex = newIndex; },
        () => { this.selectList = []; }
      );
    },
    // 关闭对话框