mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 01:38:11 +08:00
refactor: 去掉打印信息
This commit is contained in:
@@ -175,10 +175,7 @@ export default {
|
||||
computed: {},
|
||||
|
||||
created() {
|
||||
console.log(this.element)
|
||||
console.log(this.widget)
|
||||
this.attrs = this.controlAttrs
|
||||
console.log(this.childViews.datasetParams.length)
|
||||
if ('timeYearWidget,timeMonthWidget,timeDateWidget,textSelectWidget,numberSelectWidget'.indexOf(this.widget.name) !== -1) {
|
||||
this.showParams = true
|
||||
}
|
||||
@@ -212,7 +209,6 @@ methods: {
|
||||
,
|
||||
enableParametersChange(value)
|
||||
{
|
||||
console.log(this.childViews.datasetParams.length)
|
||||
if (!value) {
|
||||
this.attrs.parameters = []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user