6bc95600 by lihua

证件管理传登记guid

1 parent 8288e01f
...@@ -469,6 +469,7 @@ const dialogBtnClick = (btn, info) => { ...@@ -469,6 +469,7 @@ const dialogBtnClick = (btn, info) => {
469 } 469 }
470 }) 470 })
471 } 471 }
472 info.registerGuid = registerSelectData.value?.find(r => r.damGuid == info.damGuid)?.registerGuid;
472 if (dialogInfo.value.type == 'add') { 473 if (dialogInfo.value.type == 'add') {
473 dialogInfo.value.footer.btns[1].loading = true; 474 dialogInfo.value.footer.btns[1].loading = true;
474 saveCertificate(info).then((res: any) => { 475 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!