Эх сурвалжийг харах

新增供应商下拉列表

赵冬冬 4 жил өмнө
parent
commit
4fb5ebdc90
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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'
   })
 }