diff --git a/data-room-ui/packages/BigScreenDesign/ComponentDialog/index.vue b/data-room-ui/packages/BigScreenDesign/ComponentDialog/index.vue index c7895d34..a063bc97 100644 --- a/data-room-ui/packages/BigScreenDesign/ComponentDialog/index.vue +++ b/data-room-ui/packages/BigScreenDesign/ComponentDialog/index.vue @@ -436,7 +436,6 @@ export default { } }, getDataList () { - console.log(this.activeName) this.loading = true if (this.activeName === 'combination') { this.$dataRoomAxios.get('/bigScreen/design/page', { @@ -447,7 +446,6 @@ export default { type: 'component' }) .then((data) => { - console.log('1', data) this.list = data.list this.totalCount = data.totalCount }) @@ -462,7 +460,6 @@ export default { searchKey: this.searchKey, name: this.name }).then((data) => { - console.log('2', data) this.bizComponentList = data.list this.bizComponenTotalCount = data.totalCount this.loading = false