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