mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 04:56:44 +08:00
[FIX]【理赔】bug_客户搜索类型修复
This commit is contained in:
@@ -75,7 +75,7 @@ export default {
|
|||||||
onSearch() {
|
onSearch() {
|
||||||
let data = {
|
let data = {
|
||||||
queryParam: this.searchVal,
|
queryParam: this.searchVal,
|
||||||
queryType: '0'
|
queryType: this.selected
|
||||||
//surrenderType: '1' //1(投被保人都会查出来) 2(只会查出投保人)
|
//surrenderType: '1' //1(投被保人都会查出来) 2(只会查出投保人)
|
||||||
// userModel: {
|
// userModel: {
|
||||||
// branchType: '02',
|
// branchType: '02',
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
// 输入内容改变时
|
// 输入内容改变时
|
||||||
valChange(value) {
|
valChange(value) {
|
||||||
if(value == '') {
|
if (value == '') {
|
||||||
this.isSearch = true
|
this.isSearch = true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user