skyouc
2025-03-26 f0bcc3aaa31f9658cbed0ef4bcc5b6de486fd903
rsf-admin/src/page/components/ImportModal.jsx
@@ -80,7 +80,9 @@
    };
    const downloadTemplate = async (type) => {
        const res = await request.post(`/${value}/template/download`, {})
        const res = await request.post(`/${value}/template/download`, {}, {
            responseType: "blob",
        })
        const url = window.URL.createObjectURL(
            new Blob([res.data], { type: res.headers["content-type"] }),
        );