|
@@ -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 实例
|
|
// ProTable 实例
|
|
const proTable = ref<ProTableInstance>()
|
|
const proTable = ref<ProTableInstance>()
|
|
let allAgloData = ref([] as any[])
|
|
let allAgloData = ref([] as any[])
|