Przeglądaj źródła

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

shish 3 lat temu
rodzic
commit
3fa824c60c

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