Explorar el Código

新增供应商下拉列表

赵冬冬 hace 5 años
padre
commit
4fb5ebdc90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {
 export function companyList(data) {
   return request({
   return request({
-    url: 'umsCompany/select/list',
+    url: 'umsCompany/select/alllist',
     method: 'get'
     method: 'get'
   })
   })
 }
 }