因子问题修复
This commit is contained in:
parent
5b56f3a4ba
commit
72e43e65e8
|
@ -390,7 +390,7 @@ const ruleTypeList = [
|
|||
|
||||
const scaleQuestionList = ref<SysScaleQuestionVO[]>([]);
|
||||
async function getScaleQuestionList() {
|
||||
const res = await listSysScaleQuestion()
|
||||
const res = await listSysScaleQuestion({scaleId})
|
||||
scaleQuestionList.value = res.rows
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue