bug
lyfO_o
2022-05-11 e5d6a5295b8c48c5c226df0c787d78845e75cfc1
src/api/emergencyplan.js
@@ -43,4 +43,15 @@
      method: 'post',
      data
    });
  }
  }
export function emergencyPlanUpload(data) {
    return request({
        headers:{
            'Authorization': getToken()
        },
        url: process.env.BASE_API+'/emergencyPlan/upload',
        method: 'post',
        data
    });
}