Browse Source

refactor: 修改版本号

wu.jian2 1 year ago
parent
commit
2bf08ffe68
1 changed files with 0 additions and 1 deletions
  1. 0 1
      data-room-ui/packages/DataSetSetting/dataSetSetting.vue

+ 0 - 1
data-room-ui/packages/DataSetSetting/dataSetSetting.vue

@@ -122,7 +122,6 @@ export default {
     sure () {
       this.dataSetVisible = false
       const getSelectDs = this.componentInstance.getSelectDs()
-      console.log('getSelectDs', getSelectDs)
       if (Object.prototype.hasOwnProperty.call(getSelectDs, 'id')) {
         this.dataSetId = getSelectDs.id
       }