Ver Fonte

fix:去除数据集页面打印

wangkang4 há 1 ano atrás
pai
commit
2366fd964d

+ 0 - 1
data-room-ui/packages/DataSetManagement/src/StoredProcedureEditForm.vue

@@ -795,7 +795,6 @@ export default {
       })
     },
     setSqlProcess (v, e) {
-      console.log('value:' + v)
       for (let i = 0; i < this.sourceList.length; i++) {
         if (this.sourceList[i].id === v) {
           if (this.sourceList[i].sourceType === 'sqlserver') {