mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 01:36:43 +08:00
【银保app】搜索条件重置问题修改
This commit is contained in:
@@ -139,7 +139,7 @@ export default {
|
|||||||
findValue: '', // 上面搜索框的value
|
findValue: '', // 上面搜索框的value
|
||||||
policyListDTOList: [],
|
policyListDTOList: [],
|
||||||
filpolicyListDTOList: [], // 结合watch过滤后的卡片数据
|
filpolicyListDTOList: [], // 结合watch过滤后的卡片数据
|
||||||
showSideBar: false, // 侧边栏展开否
|
showSideBar: true, // 侧边栏展开否
|
||||||
list1: [
|
list1: [
|
||||||
{ id: 0, name: '全部' },
|
{ id: 0, name: '全部' },
|
||||||
{ id: 1, name: '有效' },
|
{ id: 1, name: '有效' },
|
||||||
@@ -315,11 +315,12 @@ export default {
|
|||||||
// this.isActive = [true, false, false, false, false]
|
// this.isActive = [true, false, false, false, false]
|
||||||
// this.list = this.proList
|
// this.list = this.proList
|
||||||
// this.showSideBar = false
|
// this.showSideBar = false
|
||||||
;(this.clickChangewarranty = ''),
|
this.clickChangewarranty = 0
|
||||||
(this.clickChangechannel = ''),
|
this.clickChangechannel = 0
|
||||||
(this.clickChangevisitSucceed = ''),
|
this.clickChangevisitSucceed = 0
|
||||||
(this.clickChangevisitAccomplish = ''),
|
this.clickChangevisitAccomplish = 0
|
||||||
(this.underwriteDate = '')
|
this.underwriteDate = ''
|
||||||
|
this.params.pageNo = 1
|
||||||
},
|
},
|
||||||
submit() {
|
submit() {
|
||||||
// 筛选的确定操作
|
// 筛选的确定操作
|
||||||
@@ -330,9 +331,11 @@ export default {
|
|||||||
// }
|
// }
|
||||||
// })
|
// })
|
||||||
this.showSideBar = false
|
this.showSideBar = false
|
||||||
|
this.params.pageNo = 1
|
||||||
this.params.signDate = this.underwriteDate
|
this.params.signDate = this.underwriteDate
|
||||||
// this.params.signDate = '2022-09'
|
// this.params.signDate = '2022-09'
|
||||||
console.log(this.params.signDate)
|
console.log(this.params.signDate)
|
||||||
|
console.log(this.clickChangewarranty,'123321')
|
||||||
this.params.stateName = this.list1[this.clickChangewarranty].id
|
this.params.stateName = this.list1[this.clickChangewarranty].id
|
||||||
console.log(this.params.stateName)
|
console.log(this.params.stateName)
|
||||||
this.params.bankChannel = this.list1[this.clickChangechannel].id
|
this.params.bankChannel = this.list1[this.clickChangechannel].id
|
||||||
|
|||||||
Reference in New Issue
Block a user