修复问题和因子列表查询
This commit is contained in:
parent
42eec6046c
commit
5b56f3a4ba
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue