linwenxin преди 6 месеца
родител
ревизия
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()
             })
           }