c33aab73 by xukangle

fix

1 parent 33be468e
...@@ -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) => {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!