zhgdyun/src/assets/js/api/projectSummary.js

18 lines
1.2 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* api接口统一管理 、、 项目概况
*/
import {post, get} from '../http'
export const getPageDetail = data => post('xmgl/projectShowConfig/getProjectShowConfigList', data); //查询页面详情
export const eidtProjectShowConfig = data => post('xmgl/projectShowConfig/eidtProjectShowConfig', data); //保存 修改 1项目简介2宣传视频3效果图
export const queryBySnData = data => post('xmgl/projectShowConfig/queryBySn', data); //查询单个数据 1项目简介2宣传视频3效果图
/*团队管理*/
// 全景计划
export const addPanoramaNodePlan = data => post('xmgl/progressPanoramaNodePlan/add', data); //添加计划
export const deletePanoramaNodePlan = data => post('xmgl/progressPanoramaNodePlan/delete', data); //删除
export const editPanoramaNodePlan = data => post('xmgl/progressPanoramaNodePlan/edit', data); //编辑
export const queryPanoramaNodePlan = data => post('xmgl/progressPanoramaNodePlan/list', data); //分页查询
export const queryByIdPanoramaNodePlan = data => post('xmgl/progressPanoramaNodePlan/queryById', data); //根据id查询
export const getprojectfNameListApi = data => post('/xmgl/progressPlanBidSection/selectProgressPlanBidSectionList', data); //获取所有的标段名称