讲师管理bug

This commit is contained in:
zhangsir
2024-11-15 11:21:39 +08:00
parent 2a0b51d6a2
commit 9312ba67bc
2 changed files with 8 additions and 3 deletions

View File

@@ -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()
// // 翻页