Lou
2024-02-01 24a04767b281739056ed0658bb956fccbe84cb1d
api/system/dict.js
@@ -17,6 +17,13 @@
   })
}
export const bizDictionaryTree = (params) => {
   return http.request({
      url: '/blade-system/dict-biz/tree',
      method: 'GET',
      params
   })
}
export const parentList = (params) => {
   return http.request({