style: 格式化 UserSelectByDepModal 文件
parent
f2f162daec
commit
1cf9667705
|
@ -15,13 +15,13 @@
|
||||||
:selectedKeys="selectedDepIds"
|
:selectedKeys="selectedDepIds"
|
||||||
:expandedKeys="expandedKeys"
|
:expandedKeys="expandedKeys"
|
||||||
:clickRowToExpand="false"
|
:clickRowToExpand="false"
|
||||||
></BasicTree>
|
/>
|
||||||
</a-card>
|
</a-card>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :md="17" :sm="24">
|
<a-col :md="17" :sm="24">
|
||||||
<a-card :style="{ minHeight: '613px', overflow: 'auto' }">
|
<a-card :style="{ minHeight: '613px', overflow: 'auto' }">
|
||||||
<!--用户列表-->
|
<!--用户列表-->
|
||||||
<BasicTable ref="tableRef" v-bind="getBindValue" :searchInfo="searchInfo" :api="getTableList" :rowSelection="rowSelection"></BasicTable>
|
<BasicTable ref="tableRef" v-bind="getBindValue" :searchInfo="searchInfo" :api="getTableList" :rowSelection="rowSelection" />
|
||||||
</a-card>
|
</a-card>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
import { defineComponent, unref, ref } from 'vue';
|
import { defineComponent, unref, ref } from 'vue';
|
||||||
import { BasicModal, useModalInner } from '/@/components/Modal';
|
import { BasicModal, useModalInner } from '/@/components/Modal';
|
||||||
import { BasicTree } from '/@/components/Tree/index';
|
import { BasicTree } from '/@/components/Tree/index';
|
||||||
import { queryTreeList, getTableList } from '/@/api/common/api';
|
import { getTableList } from '/@/api/common/api';
|
||||||
import { createAsyncComponent } from '/@/utils/factory/createAsyncComponent';
|
import { createAsyncComponent } from '/@/utils/factory/createAsyncComponent';
|
||||||
import { useSelectBiz } from '/@/components/Form/src/jeecg/hooks/useSelectBiz';
|
import { useSelectBiz } from '/@/components/Form/src/jeecg/hooks/useSelectBiz';
|
||||||
import { useAttrs } from '/@/hooks/core/useAttrs';
|
import { useAttrs } from '/@/hooks/core/useAttrs';
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
emits: ['register', 'getSelectResult'],
|
emits: ['register', 'getSelectResult'],
|
||||||
setup(props, { emit, refs }) {
|
setup(props, { emit }) {
|
||||||
const tableRef = ref();
|
const tableRef = ref();
|
||||||
const treeRef = ref();
|
const treeRef = ref();
|
||||||
//注册弹框
|
//注册弹框
|
||||||
|
@ -112,12 +112,12 @@
|
||||||
},
|
},
|
||||||
//update-begin-author:liusq date:2023-10-30 for: [issues/5514]组件页面显示错位
|
//update-begin-author:liusq date:2023-10-30 for: [issues/5514]组件页面显示错位
|
||||||
actionColOptions: {
|
actionColOptions: {
|
||||||
xs: 24,
|
xs: 24,
|
||||||
sm: 12,
|
sm: 12,
|
||||||
md: 12,
|
md: 12,
|
||||||
lg: 12,
|
lg: 12,
|
||||||
xl: 8,
|
xl: 8,
|
||||||
xxl: 8,
|
xxl: 8,
|
||||||
},
|
},
|
||||||
//update-end-author:liusq date:2023-10-30 for: [issues/5514]组件页面显示错位
|
//update-end-author:liusq date:2023-10-30 for: [issues/5514]组件页面显示错位
|
||||||
schemas: [
|
schemas: [
|
||||||
|
|
Loading…
Reference in New Issue