hebinlong 4 years ago
parent
commit
2e7de9999f
1 changed files with 10 additions and 1 deletions
  1. 10 1
      src/api/userList.js

+ 10 - 1
src/api/userList.js

@@ -50,6 +50,15 @@ export default {
         params: operator
       })
     }
-  }
+  },
  
+  product:{
+    Search(id){
+      return request({
+        url:"/customer/product/info",
+        data:"GET",
+        params:{customerId:id,type:1}
+      })
+    }
+  }
 }