fix: 修复联想弹层通过编码赋初值时不触发联动带出的bug

This commit is contained in:
gaoyunqi
2024-05-07 14:05:24 +08:00
parent f93cdac42b
commit 2994590e20

View File

@ -109,6 +109,7 @@
nextTick(async () => { nextTick(async () => {
await getSubDatasourceList(); await getSubDatasourceList();
setFormModel(); setFormModel();
MultipleSelectRef.value.setFormModel(false);
}); });
}, },
{ {