5e696ab9 by lihua

证件管理传登记guid

1 parent a276900e
......@@ -469,6 +469,7 @@ const dialogBtnClick = (btn, info) => {
}
})
}
info.registerGuid = registerSelectData.value?.find(r => r.damGuid == info.damGuid)?.registerGuid;
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!