| | |
| | | </div> |
| | | </div> |
| | | <div class="search-btn"> |
| | | <el-button type="primary" icon="el-icon-back" @click="goback">返回</el-button> |
| | | |
| | | <el-button type="primary" icon="el-icon-search" @click="handleSearch">搜索</el-button> |
| | | <el-button icon="el-icon-delete" @click="handleReset">清空</el-button> |
| | | <el-button type="primary" icon="el-icon-back" @click="goback">返回</el-button> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | const getDeviceList = () => { |
| | | console.log('userAreaCode',userAreaCode.value); |
| | | // { areaCode: userAreaCode.value } |
| | | selectDeviceList({ areaCode: userAreaCode.value }).then(res => { |
| | | selectDeviceList().then(res => { |
| | | jcoptions.value = res.data.data; |
| | | console.log('机巢数',jcoptions.value ); |
| | | |