Explorar el Código

2022-10-24 fix

1. 调试实时数据库配置
moccus hace 2 años
padre
commit
143692c9b1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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: '',