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