This commit is contained in:
那些花儿
2025-09-06 15:42:34 +08:00
parent 8e5b8a3523
commit c973ded5c5
2 changed files with 10 additions and 11 deletions
@@ -57,12 +57,13 @@ module.exports = {
default: ''
},
},
watch:{
page_form:{
watch: {
page_form: {
handler(val) {
this.localPageForm = {...val}
},
immediate: true
deep: true,
immediate: false
}
},
data() {
@@ -22,14 +22,12 @@ layout("/layouts/platform_h5.html"){
:options="delegationOptions"
@change="doSearch"
></van-dropdown-item>
<!-- <van-dropdown-item v-model="pageForm.roleId" :options="roleOptions" @change="doSearch"></van-dropdown-item>-->
<van-dropdown-item ref="moreDropDownItemOption" title="更多查询" multiple :options="moreOptions"
@change="moreOptionChange">
<van-button type="primary" class="margin-top20 width100" @click="$refs.moreDropDownItemOption.toggle()">
查询
</van-button>
</van-dropdown-item>
<!-- <van-dropdown-item ref="moreDropDownItemOption" title="更多查询" multiple :options="moreOptions"-->
<!-- @change="moreOptionChange">-->
<!-- <van-button type="primary" class="margin-top20 width100" @click="$refs.moreDropDownItemOption.toggle()">-->
<!-- 查询-->
<!-- </van-button>-->
<!-- </van-dropdown-item>-->
</van-dropdown-menu>
</van-sticky>