mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
列表查询调试
This commit is contained in:
@@ -361,7 +361,7 @@ export default {
|
||||
id: state.searchParam.id || undefined,
|
||||
tagName: state.searchParam.tagName || undefined,
|
||||
isHot: state.searchParam.isHot || undefined,
|
||||
isPublic: state.searchParam.isPublic || undefined
|
||||
// isPublic: state.searchParam.isPublic || undefined
|
||||
};
|
||||
console.log("获取标签列表 参数 : ",params);
|
||||
const res = await apiCourseTag.portalPageList(params);
|
||||
|
||||
Reference in New Issue
Block a user