fix
Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -349,6 +349,11 @@ const tableBtnClick = (scope, btn) => { | ... | @@ -349,6 +349,11 @@ const tableBtnClick = (scope, btn) => { |
| 349 | query: { guid: row.registerGuid, costAssessGuid: row.guid, type: 'costAssess', daTenantGuid: row.tenantGuid } | 349 | query: { guid: row.registerGuid, costAssessGuid: row.guid, type: 'costAssess', daTenantGuid: row.tenantGuid } |
| 350 | }); | 350 | }); |
| 351 | } | 351 | } |
| 352 | else if (type === 'pass') { | ||
| 353 | passDialogInfo.value.visible = true; | ||
| 354 | } else if (type == 'reject') { | ||
| 355 | rejectDialogInfo.value.visible = true; | ||
| 356 | } | ||
| 352 | }; | 357 | }; |
| 353 | 358 | ||
| 354 | // const tableBtnClick = (scope, btn) => { | 359 | // const tableBtnClick = (scope, btn) => { | ... | ... |
-
Please register or sign in to post a comment