Quellcode durchsuchen

feat: 修正重复定义downloadPtFile问题

WANGKANG vor 8 Monaten
Ursprung
Commit
e005618852
1 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen
  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[])