Commit 5c609774 authored by honghy's avatar honghy Committed by wux

列表底部滚动条固定

parent f79fc989
......@@ -999,7 +999,9 @@ export default {
},
watch: {
showSearch() {
this.handleQuery()
this.$nextTick(() => {
this.getHeight()
})
},
selectCustomerList(val) {
if (val.length === 0) {
......
......@@ -990,7 +990,9 @@ export default {
},
watch: {
showSearch() {
this.handleQuery()
this.$nextTick(() => {
this.getHeight()
})
},
selectCustomerList(val) {
if (val.length === 0) {
......
......@@ -697,7 +697,9 @@ export default {
},
watch: {
showSearch() {
this.handleQuery()
this.$nextTick(() => {
this.getHeight()
})
}
},
computed: {
......
......@@ -228,7 +228,9 @@ export default {
},
watch: {
showSearch() {
this.handleQuery()
this.$nextTick(() => {
this.getHeight()
})
},
selectCustomerFollowList(val) {
if (val.length === 0) {
......
......@@ -851,10 +851,12 @@ export default {
isChinese() {
this.getList()
},
// provinceCode destCountryId
showSearch() {
this.handleQuery()
this.$nextTick(() => {
this.getHeight()
})
},
// provinceCode destCountryId
destCountryId: {
//监听当前地区值的变化,于与上方地区值进行了双向绑定
deep: true, //深度监听
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment