60f8a0fc by lihua

证件管理传dataSource

1 parent 5e696ab9
......@@ -469,7 +469,9 @@ const dialogBtnClick = (btn, info) => {
}
})
}
info.registerGuid = registerSelectData.value?.find(r => r.damGuid == info.damGuid)?.registerGuid;
let registerInfo = registerSelectData.value?.find(r => r.damGuid == info.damGuid);
info.registerGuid = registerInfo?.registerGuid;
info.dataSource = registerInfo?.dataSource;
if (dialogInfo.value.type == 'add') {
dialogInfo.value.footer.btns[1].loading = true;
saveCertificate(info).then((res: any) => {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!