--待审核课程 去掉categoryId参数

This commit is contained in:
yuping
2022-11-29 15:25:21 +08:00
parent 556ad2d54d
commit 71c06be5d5
2 changed files with 2 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ export default {
const getList = () => {
let objn = {
auditStatus: 0,
categoryId: 0,
// categoryId: 0,
createName: state.valuecreater,
name: state.valuename,
pageNo: state.currentPage,

View File

@@ -530,7 +530,7 @@ export default {
let objn = {
auditStatus: 1,
// beginTime: 0,
categoryId: 0,
// categoryId: 0,
createName: state.valuecreater,
// endTime: 0,
name: state.valuename,