master
xy 1 year ago
parent 94b1a4c320
commit 1cef7beb42

@ -537,7 +537,7 @@ export default {
try {
const res = await this.$u.api.area()
this.areaList = res.list
this.groupArea = res.list?.reduce((acc, item) => {
this.groupArea = res.list?.filter(i => i.group)?.reduce((acc, item) => {
const key = item.group;
if (!acc[key]) {
acc[key] = [];

@ -286,7 +286,9 @@
width: '450rpx',
margin: '60rpx auto 0',
}"
@click=""
@click="$u.route({
url: '/package_sub/pages/BatchForm/BatchForm'
})"
>去模拟填报</u-button
>
</view>

Loading…
Cancel
Save