..
This commit is contained in:
@@ -57,12 +57,13 @@ module.exports = {
|
|||||||
default: ''
|
default: ''
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
watch:{
|
watch: {
|
||||||
page_form:{
|
page_form: {
|
||||||
handler(val) {
|
handler(val) {
|
||||||
this.localPageForm = {...val}
|
this.localPageForm = {...val}
|
||||||
},
|
},
|
||||||
immediate: true
|
deep: true,
|
||||||
|
immediate: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
+6
-8
@@ -22,14 +22,12 @@ layout("/layouts/platform_h5.html"){
|
|||||||
:options="delegationOptions"
|
:options="delegationOptions"
|
||||||
@change="doSearch"
|
@change="doSearch"
|
||||||
></van-dropdown-item>
|
></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-dropdown-item ref="moreDropDownItemOption" title="更多查询" multiple :options="moreOptions"
|
<!-- <van-button type="primary" class="margin-top20 width100" @click="$refs.moreDropDownItemOption.toggle()">-->
|
||||||
@change="moreOptionChange">
|
<!-- 查询-->
|
||||||
<van-button type="primary" class="margin-top20 width100" @click="$refs.moreDropDownItemOption.toggle()">
|
<!-- </van-button>-->
|
||||||
查询
|
<!-- </van-dropdown-item>-->
|
||||||
</van-button>
|
|
||||||
</van-dropdown-item>
|
|
||||||
</van-dropdown-menu>
|
</van-dropdown-menu>
|
||||||
</van-sticky>
|
</van-sticky>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user