From 3c924d71affd630b2411b68061d119f8f2a6d6a2 Mon Sep 17 00:00:00 2001 From: XingChuan <m17600301067@163.com> Date: 星期四, 27 五月 2021 15:20:34 +0800 Subject: [PATCH] 所有报表数据提取出来并更换数据请求方式 --- src/components/LayerController/logic/WasteSolid.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LayerController/logic/WasteSolid.js b/src/components/LayerController/logic/WasteSolid.js index 1b9cd9c..8bc83f9 100644 --- a/src/components/LayerController/logic/WasteSolid.js +++ b/src/components/LayerController/logic/WasteSolid.js @@ -1,7 +1,7 @@ /** * 鍥哄簾 */ -const WasteSolidIndex = require('@components/BaseNav/WasteSolid/WasteSolidIndex').default +const WasteSolidIndex = require('../../../components/base-page/WasteSolid/WasteSolidIndex.vue').default // 鍖哄垎涓嶅悓绫诲瀷 浣跨敤涓嶅悓img const defaultImg = '/assets/images/map/solidwaste/voc.png' const setting = '/assets/images/map/solidwaste/gf_green2.png' @@ -60,7 +60,7 @@ const title = e.layer.options.totransferData.Name window.$layer.open({ content: { - content: WasteSolidIndex, // 缁勪欢 + comp: WasteSolidIndex, // 缁勪欢 parent: this, // 鐖剁粍浠� data: { // 浼犻�掔殑鍙傛暟 storagePlaceId: e.layer.options.totransferData.StoragePlaceId -- Gitblit v1.8.0