wangting
2025-01-02 e358d69fc18870584dd2d9f531910b7838ea27d9
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];
        }
      );
    },
    // 选择部门 确定
@@ -770,6 +774,7 @@
::v-deep {
  .el-radio ,.el-checkbox{
    margin-right: 30px;
    margin-bottom: 10px;
  }
}
div{
@@ -779,5 +784,6 @@
  padding: 10px 6px;
  margin: 0;
  border: 1px solid #EBEEF5;
  overflow: auto;
}
</style>