Selaa lähdekoodia

新增供应商下拉列表

赵冬冬 4 vuotta sitten
vanhempi
commit
0014ee4a55
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      src/api/product.js

+ 7 - 0
src/api/product.js

@@ -78,3 +78,10 @@ export function updateVerifyStatus(id) {
   })
 }
 
+export function selectCompList() {
+  return request({
+    url:'/umsCompany/select/list',
+    method:'get',
+  })
+}
+