소스 검색

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

shish 3 년 전
부모
커밋
3fa824c60c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
         }