Browse Source

新增供应商下拉列表

赵冬冬 4 years ago
parent
commit
4fb5ebdc90
1 changed files with 1 additions and 1 deletions
  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'
   })
 }