Parcourir la source

Merge branch 'master' of http://git.huaml.com/zhh/front-end

shish il y a 3 ans
Parent
commit
3fa824c60c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ghsPad/src/pages/home/components/customerList.vue

+ 1 - 1
ghsPad/src/pages/home/components/customerList.vue

@@ -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
         }