| | |
| | | </el-date-picker> |
| | | <span class="demonstration">采样点数:</span> |
| | | <el-select v-model="formData.region" placeholder="请选择" style="width: 80px"> |
| | | <el-option v-for="(item,index) in formData.regionList" :key="index" :label="item" :value="item"></el-option> |
| | | <el-option v-for="(item,index) in formData.regionList" :key="index" :label="item" |
| | | :value="item"></el-option> |
| | | </el-select> |
| | | <el-button @click="querySearch()">查询</el-button> |
| | | <el-button>明细表</el-button> |
| | |
| | | }, |
| | | methods: { |
| | | querySearch () { |
| | | |
| | | this.draw24Chart() |
| | | }, |
| | | async draw24Chart () { |
| | | const data = { |