[FIX]【理赔】bug_客户搜索类型修复

This commit is contained in:
yuweiqi
2020-06-10 21:12:09 +08:00
parent f7aed54764
commit 24e25b3a13
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ export default {
onSearch() {
let data = {
queryParam: this.searchVal,
queryType: '0'
queryType: this.selected
//surrenderType: '1' //1(投被保人都会查出来) 2(只会查出投保人)
// userModel: {
// branchType: '02',

View File

@@ -64,7 +64,7 @@ export default {
methods: {
// 输入内容改变时
valChange(value) {
if(value == '') {
if (value == '') {
this.isSearch = true
}
},