fix:任务阶段id修改

This commit is contained in:
wyx
2023-02-15 18:07:45 +08:00
parent ac1382a182
commit 2230296209
4 changed files with 31 additions and 11 deletions

View File

@@ -159,6 +159,10 @@
return {};
},
},
outchapter: {
type: Number,
default: null,
},
},
setup(props, ctx) {
@@ -378,7 +382,7 @@
function getData() {
state.loadingData = true;
api.QueryExternalExamManageDetail({
chapterId: props.datasource.chapterId,
chapterId: props.outchapter,
pageNo: state.currentPage,
pageSize: state.pageSize,
status: state.projectName,