fix: bug修复
This commit is contained in:
@@ -117,6 +117,7 @@
|
||||
const userAuthList = ref([]);
|
||||
const orgId = JSON.parse(sessionStorage.getItem('userInfo')).orgId;
|
||||
const orgTreeConfig = ref({
|
||||
selectedKeys: ['0-0'],
|
||||
defaultExpandAll: true,
|
||||
api: origanizemanage.queryOrgTree,
|
||||
defaultParams: { orgId },
|
||||
@@ -209,14 +210,18 @@
|
||||
};
|
||||
|
||||
const tableFetch = (params) => {
|
||||
console.log(mainRef.value);
|
||||
console.log(params, 'sdfasfasdfasdfasdf');
|
||||
|
||||
// console.log(mainRef.value);
|
||||
|
||||
tableConfig.value.params = {
|
||||
...mainRef.value.params,
|
||||
...params,
|
||||
};
|
||||
|
||||
mainRef.value?.nsTableRef.reload();
|
||||
setTimeout(() => {
|
||||
mainRef.value?.nsTableRef.reload();
|
||||
}, 100);
|
||||
};
|
||||
|
||||
const handleSelect = (selectedKeys: any, info: any) => {
|
||||
|
Reference in New Issue
Block a user