mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 10:12:54 +08:00
讲师管理bug
This commit is contained in:
@@ -884,6 +884,7 @@ getAllLevelList().then((res) => {
|
||||
])
|
||||
// 搜索
|
||||
const searchSubmit = () => {
|
||||
state.searchParam.pageNo = 1
|
||||
getTableDate();
|
||||
};
|
||||
//重置
|
||||
@@ -927,7 +928,11 @@ getAllLevelList().then((res) => {
|
||||
state.tableDataTotal = Number(res.data.data.total);
|
||||
state.tableLoading=false
|
||||
console.log("获取讲师tableData", tableData);
|
||||
})
|
||||
}).catch(err=>{
|
||||
state.tableLoading=false
|
||||
message.destroy()
|
||||
message.error(err.data.msg)
|
||||
})
|
||||
};
|
||||
getTableDate()
|
||||
// // 翻页
|
||||
|
||||
Reference in New Issue
Block a user