|
@@ -48,7 +48,7 @@ export default {
|
|
|
this.searchCustomer()
|
|
this.searchCustomer()
|
|
|
},
|
|
},
|
|
|
searchCustomer() {
|
|
searchCustomer() {
|
|
|
- customList({ name: this.searchUser }).then(res=>{
|
|
|
|
|
|
|
+ customList({ name: this.searchUser,isCashier:1 }).then(res=>{
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
this.list = res.data.list
|
|
this.list = res.data.list
|
|
|
}
|
|
}
|