瀏覽代碼

客户列表

shish 3 年之前
父節點
當前提交
aacc33d21c
共有 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
         }