diff --git a/sgzb-screen/src/api/dialog.js b/sgzb-screen/src/api/dialog.js index 78898258..814751e7 100644 --- a/sgzb-screen/src/api/dialog.js +++ b/sgzb-screen/src/api/dialog.js @@ -6,6 +6,7 @@ const URL_RETURN_DETAILS = '/screen/base/largeScreen/home/getMaterialReturnData/ const URL_UNIT_LIST = '/screen/material/agreementInfo/getUnitList' const URL_PROJECT_LIST = '/screen/material/agreementInfo/getProjectList' const URL_SCRAP_ANALYSIS = '/screen/base/largeScreen/home/getScrapAnalysisByMonth/details' +const URL_TOTAL_OWNERSHIP = '/screen/base/largeScreen/home/getTotalOwnership/details' // 设备类型 export const getTypeList = params => GET(URL_TYPE_LIST, params) @@ -23,4 +24,7 @@ export const getUnitList = params => GET(URL_UNIT_LIST, params) export const getProjectList = params => GET(URL_PROJECT_LIST, params) // 废料分析 -export const getScrapAnalysis = data => POST(URL_SCRAP_ANALYSIS, data) \ No newline at end of file +export const getScrapAnalysis = data => POST(URL_SCRAP_ANALYSIS, data) + +// 总保有量 +export const getTotalOwnership = data => POST(URL_TOTAL_OWNERSHIP, data) diff --git a/sgzb-screen/src/components/home/centerFold.vue b/sgzb-screen/src/components/home/centerFold.vue index 3e56275d..7c4da2ba 100644 --- a/sgzb-screen/src/components/home/centerFold.vue +++ b/sgzb-screen/src/components/home/centerFold.vue @@ -17,7 +17,7 @@