ruoyi-ui/src/views/doctor/doctorInfo.vue
@@ -380,7 +380,7 @@
      download(formData).then(async (response) => {
        const isLogin = await blobValidate(response);
        let nt = new Date().getTime()
        let filename = 'property_'+nt+'.'+suffix
        let filename = 'doctor_'+nt+'.'+suffix
        const blob = new Blob([response])
        saveAs(blob, filename)
      })