修复问题和因子列表查询
This commit is contained in:
parent
42eec6046c
commit
5b56f3a4ba
|
@ -230,7 +230,7 @@ const data = reactive<PageData<SysScaleFactorForm, SysScaleFactorQuery>>({
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
factorName: undefined,
|
factorName: undefined,
|
||||||
scaleId: undefined,
|
scaleId: scaleId,
|
||||||
scaleTitle: undefined,
|
scaleTitle: undefined,
|
||||||
factorResult: undefined,
|
factorResult: undefined,
|
||||||
formulaId: undefined,
|
formulaId: undefined,
|
||||||
|
|
|
@ -199,7 +199,7 @@ const data = reactive<PageData<SysScaleQuestionForm, SysScaleQuestionQuery>>({
|
||||||
queryParams: {
|
queryParams: {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
scaleId: undefined,
|
scaleId: scaleId,
|
||||||
scaleTitle: undefined,
|
scaleTitle: undefined,
|
||||||
questionOrder: undefined,
|
questionOrder: undefined,
|
||||||
questionContent: undefined,
|
questionContent: undefined,
|
||||||
|
|
Loading…
Reference in New Issue