|
@@ -66,6 +66,7 @@
|
|
|
import UploadExcel from '@/components/UploadExcel/index'
|
|
|
import ExportExcel from '@/components/ExportExcel/index'
|
|
|
import api from '@/api/realtimeDatabaseConfiguration'
|
|
|
+import stationApi from '@/api/station'
|
|
|
import TableEdit from './components/TableEdit'
|
|
|
export default {
|
|
|
components: {
|
|
@@ -119,7 +120,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
getStation() {
|
|
|
- api.windpowerstationList({
|
|
|
+ stationApi.windpowerstationList({
|
|
|
id: '',
|
|
|
name: '',
|
|
|
companyid: '',
|