mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
开发
This commit is contained in:
@@ -365,7 +365,7 @@ export default {
|
|||||||
isPublic: state.searchParam.isPublic || null
|
isPublic: state.searchParam.isPublic || null
|
||||||
};
|
};
|
||||||
console.log("获取标签列表 参数 : ",params);
|
console.log("获取标签列表 参数 : ",params);
|
||||||
const res = await apiCourseTag.portalPageList(params);
|
const res = await portalPageList(params);
|
||||||
console.log("获取标签列表 结果 : ",res);
|
console.log("获取标签列表 结果 : ",res);
|
||||||
if (res.status === 200) {
|
if (res.status === 200) {
|
||||||
state.tableData = res.result?.list || [];
|
state.tableData = res.result?.list || [];
|
||||||
|
|||||||
Reference in New Issue
Block a user