mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
chore: update tool_params handling in index.vue
--bug=1062339 --user=刘瑞斌 【MCP】MCP节点,从“引用变量” 切换到 “自定义” 没有清空 “引用变量” 的值 https://www.tapd.cn/62980211/s/1782327
This commit is contained in:
parent
80629b9574
commit
c5f028be15
|
|
@ -138,7 +138,7 @@
|
|||
v-model="item.source"
|
||||
size="small"
|
||||
style="width: 85px"
|
||||
@change="form_data.tool_params[form_data.params_nested] = {}"
|
||||
@change="form_data.tool_params[form_data.params_nested] = {}; form_data.tool_params[form_data.params_nested][item.label.label]"
|
||||
>
|
||||
<el-option
|
||||
:label="$t('views.applicationWorkflow.nodes.replyNode.replyContent.reference')"
|
||||
|
|
@ -207,6 +207,7 @@
|
|||
v-model="item.source"
|
||||
size="small"
|
||||
style="width: 85px"
|
||||
@change="form_data.tool_params[item.label.label] = ''"
|
||||
>
|
||||
<el-option
|
||||
:label="$t('views.applicationWorkflow.nodes.replyNode.replyContent.reference')"
|
||||
|
|
|
|||
Loading…
Reference in New Issue