|
@@ -137,7 +137,7 @@ import _ from 'lodash'
|
|
import getDate from '@/libs/getDate'
|
|
import getDate from '@/libs/getDate'
|
|
import moment from 'moment'
|
|
import moment from 'moment'
|
|
import { findTotalGroupRubbi, findTotalGroupUser, findTotalGroupDate, findTotalGroupDateAndRubbishType } from '@/api/cleanManage.js'
|
|
import { findTotalGroupRubbi, findTotalGroupUser, findTotalGroupDate, findTotalGroupDateAndRubbishType } from '@/api/cleanManage.js'
|
|
-import { stationList } from '@/api/releaseRecord.js'
|
|
|
|
|
|
+import { stationListName } from '@/api/releaseRecord.js'
|
|
import { getLookUpData } from '@/api/data'
|
|
import { getLookUpData } from '@/api/data'
|
|
export default {
|
|
export default {
|
|
name: 'Home',
|
|
name: 'Home',
|
|
@@ -329,7 +329,7 @@ export default {
|
|
},
|
|
},
|
|
// 查询网点列表
|
|
// 查询网点列表
|
|
getListStation () {
|
|
getListStation () {
|
|
- stationList({ "deviceType":"BOX"}).then(res => {
|
|
|
|
|
|
+ stationListName({ "deviceType":"BOX"}).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
this.stationList = res.data || []
|
|
this.stationList = res.data || []
|
|
console.log(this.stationList, '------------网点')
|
|
console.log(this.stationList, '------------网点')
|