tangzy
2021-09-10 ca897c5b0c18af19777fff62c06cee22e1ac7538
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",
    });
};