up
This commit is contained in:
@ -101,7 +101,6 @@
|
||||
popper-class="select_city"
|
||||
@change="selectTab(item)"
|
||||
v-model="value"
|
||||
clearable
|
||||
placeholder="全部"
|
||||
>
|
||||
<el-option
|
||||
@ -1536,7 +1535,7 @@ const Deta4 = item => {
|
||||
region = item.subregionName == '全部' ? '黄岛区' : item.subregionName;
|
||||
}
|
||||
});
|
||||
getTownship({ divisions: value.value, whetherToDownload: false }).then(res => {
|
||||
getTownship({ divisions: value.value}).then(res => {
|
||||
let arr = [];
|
||||
let brr = [];
|
||||
res.data.forEach(item => {
|
||||
@ -1598,7 +1597,7 @@ const Deta4 = item => {
|
||||
}
|
||||
});
|
||||
});
|
||||
exportExcel(brr, `${region}作物长势等级统计-行政区划`, 'Sheet1');
|
||||
exportExcel(brr, `${region}作物干旱等级统计-行政区划`, 'Sheet1');
|
||||
});
|
||||
}
|
||||
};
|
||||
@ -3008,6 +3007,9 @@ $height: calc(100vh - 100px);
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
}
|
||||
:deep(.el-input__wrapper){
|
||||
width: 100px;
|
||||
}
|
||||
.modeDiv {
|
||||
width: 234px;
|
||||
height: 26px;
|
||||
|
Reference in New Issue
Block a user