소스 검색

no message

linwenxin 10 달 전
부모
커밋
d15445e4e9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/setting/networkSigning/contractManagement/enterpriseCaCertification/index.vue

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