From 09ad9c78b083d4891dc5fae2f7c0deaee31a76bc Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 16 Aug 2024 18:11:20 +0800 Subject: [PATCH] =?UTF-8?q?pref:=20=E4=BC=98=E5=8C=96=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/custom-component/rich-text/DeRichTextView.vue | 2 +- .../src/custom-component/v-query/DynamicTimeRangeFiltering.vue | 2 -- .../src/store/modules/data-visualization/dvMain.ts | 1 - core/core-frontend/src/utils/style.ts | 1 - core/core-frontend/src/views/data-visualization/index.vue | 1 - .../src/views/visualized/data/datasource/form/CreatDsGroup.vue | 1 - 6 files changed, 1 insertion(+), 7 deletions(-) diff --git a/core/core-frontend/src/custom-component/rich-text/DeRichTextView.vue b/core/core-frontend/src/custom-component/rich-text/DeRichTextView.vue index dafeaba16a..f3389843f9 100644 --- a/core/core-frontend/src/custom-component/rich-text/DeRichTextView.vue +++ b/core/core-frontend/src/custom-component/rich-text/DeRichTextView.vue @@ -355,7 +355,7 @@ const editCursor = () => { plugins: 'table', setup: function (editor) { editor.on('init', function () { - console.log('====init====') + console.info('====init====') }) } }) diff --git a/core/core-frontend/src/custom-component/v-query/DynamicTimeRangeFiltering.vue b/core/core-frontend/src/custom-component/v-query/DynamicTimeRangeFiltering.vue index 971f86f52f..97edfc9c86 100644 --- a/core/core-frontend/src/custom-component/v-query/DynamicTimeRangeFiltering.vue +++ b/core/core-frontend/src/custom-component/v-query/DynamicTimeRangeFiltering.vue @@ -91,8 +91,6 @@ watch( ) const init = () => { - console.log('relativeToCurrentRange') - const { timeNum, relativeToCurrentType, diff --git a/core/core-frontend/src/store/modules/data-visualization/dvMain.ts b/core/core-frontend/src/store/modules/data-visualization/dvMain.ts index cee3eba06e..538f389433 100644 --- a/core/core-frontend/src/store/modules/data-visualization/dvMain.ts +++ b/core/core-frontend/src/store/modules/data-visualization/dvMain.ts @@ -539,7 +539,6 @@ export const dvMainStore = defineStore('dataVisualization', { if (item.linkageFilters && item.linkageFilters.length > 0) { const historyLinkageFiltersLength = item.linkageFilters.length const newList = item.linkageFilters.filter(linkage => linkage.sourceViewId !== viewId) - console.log('===newList= ' + JSON.stringify(newList)) item.linkageFilters.splice(0, item.linkageFilters.length) // 重新push 可保证数组指针不变 可以watch到 if (newList.length > 0) { diff --git a/core/core-frontend/src/utils/style.ts b/core/core-frontend/src/utils/style.ts index dfd6e8b59a..db19c21ba0 100644 --- a/core/core-frontend/src/utils/style.ts +++ b/core/core-frontend/src/utils/style.ts @@ -239,7 +239,6 @@ export function createGroupStyle(groupComponent) { function dataVTabSizeStyleAdaptor(tabComponent) { const parentStyleAdaptor = { ...tabComponent.style } parentStyleAdaptor.height = parentStyleAdaptor.height - 48 - console.log('canvasId=tabs' + JSON.stringify(parentStyleAdaptor)) tabComponent.propValue.forEach(tabItem => { tabItem.componentData.forEach(tabComponent => { groupItemStyleAdaptor(tabComponent, parentStyleAdaptor) diff --git a/core/core-frontend/src/views/data-visualization/index.vue b/core/core-frontend/src/views/data-visualization/index.vue index 5f102a55b1..0492cbde84 100644 --- a/core/core-frontend/src/views/data-visualization/index.vue +++ b/core/core-frontend/src/views/data-visualization/index.vue @@ -146,7 +146,6 @@ const handleNew = newComponentInfo => { } const handleDrop = e => { - console.log('===handleDrop2') e.preventDefault() e.stopPropagation() const componentInfo = e.dataTransfer.getData('id') diff --git a/core/core-frontend/src/views/visualized/data/datasource/form/CreatDsGroup.vue b/core/core-frontend/src/views/visualized/data/datasource/form/CreatDsGroup.vue index 9a303b1547..58de007c1c 100644 --- a/core/core-frontend/src/views/visualized/data/datasource/form/CreatDsGroup.vue +++ b/core/core-frontend/src/views/visualized/data/datasource/form/CreatDsGroup.vue @@ -291,7 +291,6 @@ const saveDataset = () => { }) }) .catch(() => { - console.log('aaa') loading.value = false createDataset.value = false })