【update大屏】-制修订、WP29大屏相关变更的开发
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
import { getActionZxd, getActionWP, getActionISO } from '@/screenApi/manage'
|
||||
|
||||
/******制修订大屏接口--------开始 **********/
|
||||
// 获取所有sc信息
|
||||
const GetSCData = (params) => getActionZxd( '/serviceInterface/getDpData_scInfoList', params)
|
||||
|
||||
// 汽车标准项目总体情况;包括发布的国行标、在研的国行标、立项上报的国行标、外文版项目数量
|
||||
const StanderProjectGeneralSituation = (params) => getActionZxd( '/serviceInterface/getDpData1', params)
|
||||
|
||||
@@ -50,9 +53,11 @@ const GetRegulationQuantityData = (params) => getActionWP('/laws/bzsLawRegulatio
|
||||
const GetExpertQuantityData = (params) => getActionWP('/expertinfo/bzsExpertInfo/getScreenExpertStatistics', params)
|
||||
// 会议信息日历
|
||||
const GetMeetingCalendarData = (params) => getActionWP('/meetinginfo/bzsMeetingInfo/getScreenMeetingInfoCalendar', params)
|
||||
// 会议信息统计
|
||||
// 会议信息统计-技术领域
|
||||
const GetMeetingInformationData = (params) => getActionWP('/meetinginfo/bzsMeetingInfo/queryScreenMeetingInfo', params)
|
||||
|
||||
// 会议信息统计-部门
|
||||
const GetMeetingInformationDataByDepart = (params) => getActionWP('/meetinginfo/bzsMeetingInfo/queryScreenMeetingInfoDepart', params)
|
||||
/******WP29--------结束 **********/
|
||||
|
||||
|
||||
@@ -71,6 +76,7 @@ const GetTechnicalFieldData = (params) => getActionISO('/expertinfo/bzsExpertInf
|
||||
|
||||
|
||||
export {
|
||||
GetSCData,
|
||||
StanderProjectGeneralSituation,
|
||||
GetPreparationRevisionSituation,
|
||||
GetPreparationRevisionSC,
|
||||
@@ -91,6 +97,7 @@ export {
|
||||
GetExpertQuantityData,
|
||||
GetMeetingCalendarData,
|
||||
GetMeetingInformationData,
|
||||
GetMeetingInformationDataByDepart,
|
||||
|
||||
GetLeadingStandardData,
|
||||
GetISOMeetingCalendarData,
|
||||
|
||||
Reference in New Issue
Block a user