mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 08:06:44 +08:00
fix: 惠桂保数据查询
1. 分页时搜索条件失效问题修改
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
v-model="idSidebarShow"
|
||||
position="left"
|
||||
:style="{ width: '70vw', height: '100%' }"
|
||||
@close="onSideBarClosed"
|
||||
@open="onSidebarOpen"
|
||||
>
|
||||
<p class="p15 fw600">查找</p>
|
||||
<van-field v-model="param.startDate" label="生效日" placeholder="请选择" readonly @click="isSearchDateShow = true" />
|
||||
@@ -157,7 +157,6 @@ export default {
|
||||
}
|
||||
},
|
||||
toDetail(data) {
|
||||
console.log(data)
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
@@ -166,15 +165,10 @@ export default {
|
||||
routerInfo: { path: `/hgb/orderDetail/${data.prtNo}` }
|
||||
})
|
||||
},
|
||||
onSideBarClosed() {
|
||||
onSidebarOpen() {
|
||||
this.param.startDate = ''
|
||||
this.param.prtName = ''
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
isLoading(nv) {
|
||||
console.log(nv)
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user