@@ -380,6 +380,7 @@ export default {
companyCaAuthGetAuth({
companyCaAuthId: row.companyCaAuthId
}).then(res => {
+ window.open(res.data, '_blank')
this.$refs?.pageRef?.refreshList()
})
}