Browse Source

修改bug

chenrui 2 years ago
parent
commit
8a08fbd8b8
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/api/bizuser.js

+ 0 - 7
src/api/bizuser.js

@@ -206,13 +206,6 @@ export const saveSupplierList = params => {
     method: 'post'
   })
 }
-export const deleteSupplier = params => {
-  return axios({
-    url: `/bizuser/scope/detail/deleteSupplier/${params.id}`,
-    data: {},
-    method: 'get'
-  })
-}
 
 export const querySupplierScope = params => {
   return axios({