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