田源
2025-01-02 6e70fb46f7b5fd910cc317ba84ef4c8cb93f9ef8
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];
        }
      );
    },
    // 选择部门 确定