From 2eec490f04b422bdec4debcb1761d13fb188af9d Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Sat, 12 Oct 2024 13:43:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A5=E8=A1=A8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/govern/mxgraph/graphList/index.vue | 5 +++-- src/views/govern/reportCore/statistics/index.vue | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/govern/mxgraph/graphList/index.vue b/src/views/govern/mxgraph/graphList/index.vue index 6998aad..12185c4 100644 --- a/src/views/govern/mxgraph/graphList/index.vue +++ b/src/views/govern/mxgraph/graphList/index.vue @@ -63,13 +63,14 @@ import { audit, add } from '@/api/cs-harmonic-boot/mxgraph'; import { Edit } from '@element-plus/icons-vue' import popup from './components/popup.vue' defineOptions({ - name: 'govern/manage/gplot' + name: 'mxgraph/graph-list' }) const tableRef = ref() const popupRef = ref() let DOMIN = window.location.origin console.log("🚀 ~ DOMIN:", DOMIN) -let STATIC_URL = DOMIN + '/api/system-boot/image/toStream?bgImage=' + +let STATIC_URL = DOMIN + '/api/system-boot/file/download?filePath=' localStorage.setItem('STATIC_URL', STATIC_URL) const tableStore = new TableStore({ showPage: false, diff --git a/src/views/govern/reportCore/statistics/index.vue b/src/views/govern/reportCore/statistics/index.vue index becee26..b438c96 100644 --- a/src/views/govern/reportCore/statistics/index.vue +++ b/src/views/govern/reportCore/statistics/index.vue @@ -96,6 +96,7 @@ const tableStore = new TableStore({ } }) provide('tableStore', tableStore) +tableStore.table.params.resourceType = 1 const flag = ref(true) onMounted(() => { const dom = document.getElementById('navigation-splitpanes')