| | |
| | | </div> |
| | | </div> |
| | | <!-- 土壤监测 --> |
| | | <div v-for="(item, index) in stationData.soliList" :key="index"> |
| | | <div v-for="(item, index) in stationData.soilList" :key="index"> |
| | | <div class="top"> |
| | | <div class="l"> |
| | | <img |
| | |
| | | const startTime = dateUtils.getSpecifyDayDate(10)// 获取10天前时间 |
| | | const endTime = dateUtils.getDayLast()// 获取今天最后日期 |
| | | getStationDateByStcd(stcd, startTime, endTime).then((res) => { |
| | | console.log(res.data.data, '1111111111111111111234') |
| | | // 遍历气象大集合 |
| | | res.data.data.weatherList.forEach(function (item, index) { |
| | | // 把气象无效数据过滤掉 |
| | |
| | | <!-- 土壤监测 --> |
| | | <div |
| | | class="item" |
| | | v-for="(item, staListIndex) in stationData.soliList" |
| | | v-for="(item, staListIndex) in stationData.soilList" |
| | | :key="'soliList' + staListIndex" |
| | | > |
| | | <div class="itemTitle"> |
| | |
| | | <!-- 土壤监测 --> |
| | | <div |
| | | class="item" |
| | | v-for="(item, staListIndex) in stationData.soliList" |
| | | :key="'soliList' + staListIndex" |
| | | v-for="(item, staListIndex) in stationData.soilList" |
| | | :key="'soilList' + staListIndex" |
| | | > |
| | | <div class="itemTitle"> |
| | | <img |
| | |
| | | this.staInfo = item |
| | | this.stationData = {} |
| | | this.staionDetail = true |
| | | let loadingInstance = Loading.service({ fullscreen: false, target: '.publicStaBox', text: '正在加载数据...', background: 'rgba(25, 67, 94,0.5)' }) |
| | | const loadingInstance = Loading.service({ fullscreen: false, target: '.publicStaBox', text: '正在加载数据...', background: 'rgba(25, 67, 94,0.5)' }) |
| | | this.$nextTick(() => { |
| | | setTimeout(() => { |
| | | loadingInstance.close() |