mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 引用分段数字段错误问题
This commit is contained in:
parent
55af43d16a
commit
03b3c6bfca
|
|
@ -92,7 +92,7 @@
|
|||
:label="$t('views.application.applicationForm.dialogues.topReferences')"
|
||||
>
|
||||
<el-input-number
|
||||
v-model="form.top_n"
|
||||
v-model="form.dataset_setting.top_n"
|
||||
:min="1"
|
||||
:max="100"
|
||||
:value-on-clear="1"
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
:label="$t('views.application.applicationForm.dialogues.topReferences')"
|
||||
>
|
||||
<el-input-number
|
||||
v-model="form.top_n"
|
||||
v-model="form.dataset_setting.top_n"
|
||||
:min="1"
|
||||
:max="100"
|
||||
:value-on-clear="1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue