未验证 提交 87898957 编写于 作者: S songjianet 提交者: GitHub

[Fix][UI] Fix the port in the datasource edit. (#11624)

上级 961e67f5
......@@ -89,13 +89,13 @@ const DetailModal = defineComponent({
watch(
() => props.show,
async () => {
props.show && props.id && setFieldsValue(await queryById(props.id))
props.show &&
state.detailForm.type &&
changeType(
await changeType(
state.detailForm.type,
datasourceType[state.detailForm.type]
)
props.show && props.id && setFieldsValue(await queryById(props.id))
}
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册