c33aab73 by xukangle

fix

1 parent 33be468e
......@@ -349,6 +349,11 @@ const tableBtnClick = (scope, btn) => {
query: { guid: row.registerGuid, costAssessGuid: row.guid, type: 'costAssess', daTenantGuid: row.tenantGuid }
});
}
else if (type === 'pass') {
passDialogInfo.value.visible = true;
} else if (type == 'reject') {
rejectDialogInfo.value.visible = true;
}
};
// 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!