소스 검색

fix: 修复组件库,分页数据被自定义组件、业务组件两个tab 共用的问题

wu.jian2 1 년 전
부모
커밋
a4163389c1
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      data-room-ui/packages/BigScreenDesign/ComponentDialog/index.vue

+ 0 - 3
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