修复问题和因子列表查询

This commit is contained in:
jiangzhe 2024-04-12 14:46:12 +08:00
parent 42eec6046c
commit 5b56f3a4ba
2 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ const data = reactive<PageData<SysScaleFactorForm, SysScaleFactorQuery>>({
pageNum: 1,
pageSize: 10,
factorName: undefined,
scaleId: undefined,
scaleId: scaleId,
scaleTitle: undefined,
factorResult: undefined,
formulaId: undefined,

View File

@ -199,7 +199,7 @@ const data = reactive<PageData<SysScaleQuestionForm, SysScaleQuestionQuery>>({
queryParams: {
pageNum: 1,
pageSize: 10,
scaleId: undefined,
scaleId: scaleId,
scaleTitle: undefined,
questionOrder: undefined,
questionContent: undefined,