证件管理传登记guid
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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) => { | ... | ... |
-
Please register or sign in to post a comment