mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
组织学习数据概览调tab
This commit is contained in:
@@ -367,6 +367,7 @@ export default {
|
|||||||
state.name = "";
|
state.name = "";
|
||||||
state.orgId = state.resetOrgId;
|
state.orgId = state.resetOrgId;
|
||||||
getTableData();
|
getTableData();
|
||||||
|
getTabData();
|
||||||
};
|
};
|
||||||
//请求组织接口
|
//请求组织接口
|
||||||
const getOrgList = async () => {
|
const getOrgList = async () => {
|
||||||
@@ -732,6 +733,7 @@ export default {
|
|||||||
state.pageSize = 10;
|
state.pageSize = 10;
|
||||||
state.tableDataTotal = 0;
|
state.tableDataTotal = 0;
|
||||||
getTableData();
|
getTableData();
|
||||||
|
getTabData();
|
||||||
};
|
};
|
||||||
// cloumns 表头
|
// cloumns 表头
|
||||||
const columns = ref([
|
const columns = ref([
|
||||||
|
|||||||
Reference in New Issue
Block a user