浏览代码

no message

linwenxin 5 月之前
父节点
当前提交
d15445e4e9

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

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