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