zhengpz
2021-09-14 5c3c18cf8b4a8a383bfcf582991c95e533af093f
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",
    });
};