master
ihzero 2023-12-30 23:06:53 +08:00
parent fd74e0e696
commit f6f3e8197d
3 changed files with 10 additions and 10 deletions

View File

@ -185,7 +185,7 @@ export default {
}, },
}, },
{ {
field: 'type', field: 'industry',
label: '农业类型', label: '农业类型',
component: 'ApiSelect', component: 'ApiSelect',
componentProps: ({ formActionType }) => { componentProps: ({ formActionType }) => {
@ -197,7 +197,7 @@ export default {
return data.data return data.data
}, },
labelField: 'name', labelField: 'name',
valueField: 'id', valueField: 'key',
} }
}, },
}, },

View File

@ -157,7 +157,7 @@ export default {
}, },
}, },
{ {
field: 'type', field: 'industry',
label: '农业类型', label: '农业类型',
component: 'ApiSelect', component: 'ApiSelect',
componentProps: ({ formActionType }) => { componentProps: ({ formActionType }) => {
@ -169,7 +169,7 @@ export default {
return data.data return data.data
}, },
labelField: 'name', labelField: 'name',
valueField: 'id', valueField: 'key',
} }
}, },
}, },
@ -178,15 +178,15 @@ export default {
}, },
computed: { computed: {
options() { options() {
return [ return [].filter((e) => checkPermission(e.permission))
].filter((e) => checkPermission(e.permission))
}, },
}, },
methods: { methods: {
handleSubmit(e) { handleSubmit(e) {
this.filterParmas = e this.filterParmas = e
this.mescroll.resetUpScroll() this.$nextTick(() => {
this.mescroll.resetUpScroll()
})
}, },
upCallback({ num, size }) { upCallback({ num, size }) {
this.getData({ this.getData({

View File

@ -135,7 +135,7 @@
</view> </view>
<view class="content-box"> <view class="content-box">
<view class="video_ul" v-show="current == 0"> <view class="video_ul" v-show="current == 0">
<view class="video_li" v-for="(video, index) in videoList" :key="video.video_url+index"> <view class="video_li" v-for="(video, index) in videoList" :key="index+'s'">
<view class="video_cd"> <view class="video_cd">
<!-- #ifdef H5 --> <!-- #ifdef H5 -->
<!-- {{ video.video_url }} --> <!-- {{ video.video_url }} -->
@ -165,7 +165,7 @@
<view <view
class="video_li" class="video_li"
v-for="(video, index) in videoList2" v-for="(video, index) in videoList2"
:key="video.video_url+index" :key="index+'s2'"
> >
<view class="video_cd"> <view class="video_cd">
<!-- #ifdef H5 --> <!-- #ifdef H5 -->