zhouwx
2026-03-12 c74fb6e3cfc1c25c7ef1415c5ae96f57d007850b
src/api/backManage/insitution.js
@@ -1,9 +1,10 @@
import request from '@/utils/request'
export function getInsitutionList() {
export function getInsitutionList(params) {
    return request({
        url: '/system/agency/agencyList',
        method: 'get'
        method: 'get',
        params: params
    })
}
@@ -22,3 +23,11 @@
        params: params
    })
}
export function getAllAgency(params) {
    return request({
        url: '/system/agency/agencyLists',
        method: 'get',
        params: params
    })
}