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