Browse Source

no message

linwenxin 6 months ago
parent
commit
d15445e4e9

+ 1 - 0
src/views/setting/networkSigning/contractManagement/enterpriseCaCertification/index.vue

@@ -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()
             })
             })
           }
           }