ludc
2025-01-08 644a84c3aa37c7a702a6714418ab5296f79e027a
Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/queryDefine/index.vue
@@ -63,6 +63,7 @@
        ref="dialogCrud"
        :data="attrData"
        :option="dialogAttrOption"
        @select-all="selectAllHandler"
        @select="selectHandler">
      </avue-crud>
      <span slot="footer" class="dialog-footer">
@@ -274,7 +275,10 @@
      })
    },
    selectHandler(selection, row){
      this.dialogSelectionRow=selection
      this.dialogSelectionRow = selection;
    },
    selectAllHandler(selection){
      this.dialogSelectionRow = selection;
    },
    changeTemp(data) {
      this.$refs.queryCrud.clearSelection();
@@ -328,6 +332,7 @@
          let abNames=this.dialogSelectionRow.map(item => {
            return item.id
          })
          if(abNames.length==0){
            this.$message.error('请选择查询属性');
            return false;