Преглед на файлове

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
         }