瀏覽代碼

2022-10-24 fix

1. 调试实时数据库配置
moccus 2 年之前
父節點
當前提交
143692c9b1
共有 1 個文件被更改,包括 2 次插入1 次删除
  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: '',