fix:面授课三级分类修改

This commit is contained in:
wyx
2023-01-16 09:56:04 +08:00
parent f3f6fac026
commit 956a4eadcf
5 changed files with 67 additions and 28 deletions

View File

@@ -427,7 +427,7 @@ export default {
state.loading = true
let objn = {
auditStatus: 0,
categoryId: Number(state.valueproj),
sysTypeId: state.valueproj,
createName: state.valuecreater,
name: state.valuename,
pageNo: state.currentPage,
@@ -457,7 +457,7 @@ export default {
number: n + 1 + (state.currentPage - 1) * 10,
name: item.name || "- ",
type: item.type == 1 ? "线上" : "线下",
content: sHX(item.categoryId),
content: sHX(item.sysTypeId),
status:
item.auditStatus == 0
? "未提交"