Admin
2022-11-15 e8d946a82907aa530ff086987d3ec7d2c04a90d2
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
    });
}