wangting
2025-01-08 354cad3d3ab22ba147169beb6a0f6f51b9bab3a8
Source/plt-web/plt-web-ui/src/views/authority/ui/dataAuthorization/dataView.vue
@@ -561,8 +561,12 @@
        row,
        this.$refs.departCrud,
        this.lastIndex,
        (newIndex) => { this.lastIndex = newIndex; },
        () => { this.departCurrenRows = [row]; }
        (newIndex) => {
          this.lastIndex = newIndex;
        },
        () => {
          this.departCurrenRows = [row];
        }
      );
    },
    // 选择部门 确定