Quellcode durchsuchen

2022-10-24 fix

1. 调试实时数据库配置
moccus vor 2 Jahren
Ursprung
Commit
143692c9b1
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      src/views/realDatabaseConfig/index.vue

+ 2 - 1
src/views/realDatabaseConfig/index.vue

@@ -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: '',