Browse Source

新增供应商下拉列表

赵冬冬 5 năm trước cách đây
mục cha
commit
4fb5ebdc90
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/api/role.js

+ 1 - 1
src/api/role.js

@@ -79,7 +79,7 @@ export function allocResource(data) {
 //供应商下拉列表
 export function companyList(data) {
   return request({
-    url: 'umsCompany/select/list',
+    url: 'umsCompany/select/alllist',
     method: 'get'
   })
 }