lct123456
2022-04-25 70fb6d09d29ca1b4ba29a9299f310e2455301b8c
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
    });
}