liuyg
2021-08-30 478947a847fb71c054ddb4cf1e2cf3ee83aeee77
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",
    });
};