mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
fix:任务阶段id修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user