liuyg
2021-09-10 3109b5773bc18cb8f475d3b480326ef10032cb90
src/api/statisticalQueryManagement/statisticalQueryManagement.js
@@ -53,3 +53,11 @@
    });
};
// 单位类型
export const dictionaryList = () => {
    return request({
        url: "/api/blade-system/dict-biz/dictionary?code=stats",
        method: "get",
    });
};