소스 검색

feat: 修正重复定义downloadPtFile问题

WANGKANG 8 달 전
부모
커밋
e005618852
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/views/ag/model/index.vue

+ 0 - 6
src/views/ag/model/index.vue

@@ -64,12 +64,6 @@ const downloadPtFile = function (row) {
   }
 }
 
-const downloadPtFile = function (row) {
-  console.log(row)
-  if (row.modelAddress && row.modelAddress.length > 0) {
-    window.open('/api' + row.modelAddress, '_blank')
-  }
-}
 // ProTable 实例
 const proTable = ref<ProTableInstance>()
 let allAgloData = ref([] as any[])