hebinlong 4 år sedan
förälder
incheckning
2e7de9999f
1 ändrade filer med 10 tillägg och 1 borttagningar
  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}
+      })
+    }
+  }
 }