面授 审核

This commit is contained in:
宋文超
2022-11-23 14:47:44 +08:00
parent ce3d807f2f
commit 006097a63e
13 changed files with 534 additions and 64 deletions

View File

@@ -195,7 +195,7 @@ export default {
};
courseListView(objn)
.then((res) => {
console.log("获取已审核课程成功", res);
console.log("获取已审核课程成功", res.data.data);
let result = res.data.data.rows;
state.total = res.data.data.total;
setTableData(result);