feat: 去掉不必要的前段日志
This commit is contained in:
parent
fccd7d8f29
commit
fa70a33de1
@ -108,7 +108,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
styleKeys() {
|
||||
console.log(this.$store.state.curComponent.style)
|
||||
// console.log(this.$store.state.curComponent.style)
|
||||
return this.$store.state.curComponent ? Object.keys(this.$store.state.curComponent.style) : []
|
||||
},
|
||||
curComponent() {
|
||||
|
||||
@ -152,7 +152,7 @@ export default {
|
||||
width: this.format(this.canvasStyleData.width, this.scaleWidth) + 'px',
|
||||
height: this.format(this.canvasStyleData.height, this.scaleHeight) + 'px'
|
||||
}
|
||||
console.log('customStyle=>' + JSON.stringify(style))
|
||||
// console.log('customStyle=>' + JSON.stringify(style))
|
||||
|
||||
if (this.canvasStyleData.openCommonStyle) {
|
||||
if (this.canvasStyleData.panel.backgroundType === 'image' && this.canvasStyleData.panel.imageUrl) {
|
||||
@ -401,7 +401,7 @@ export default {
|
||||
},
|
||||
|
||||
filterValueChange(value) {
|
||||
console.log('emit:' + value)
|
||||
// console.log('emit:' + value)
|
||||
},
|
||||
|
||||
setConditionValue(obj) {
|
||||
@ -432,7 +432,7 @@ export default {
|
||||
this.executeSearch()
|
||||
},
|
||||
executeSearch() {
|
||||
console.log('当前查询条件是: ' + JSON.stringify(this.conditions))
|
||||
// console.log('当前查询条件是: ' + JSON.stringify(this.conditions))
|
||||
},
|
||||
format(value, scale) {
|
||||
// 自适应画布区域 返回原值
|
||||
|
||||
@ -106,7 +106,7 @@ export default {
|
||||
reader.readAsDataURL(file.raw)
|
||||
},
|
||||
upload(file) {
|
||||
console.log('this is upload')
|
||||
// console.log('this is upload')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -168,7 +168,7 @@ export default {
|
||||
this.$emit('templateEdit', this.template)
|
||||
},
|
||||
handleDelete() {
|
||||
console.log('handleDelete')
|
||||
// console.log('handleDelete')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -170,11 +170,11 @@ export default {
|
||||
this.$emit('close-grant', 0)
|
||||
},
|
||||
authNodeClick(val) {
|
||||
console.log('authNodeClick')
|
||||
// console.log('authNodeClick')
|
||||
this.authCondition = val
|
||||
},
|
||||
clickAuth(auth) {
|
||||
console.log('clickAuth')
|
||||
// console.log('clickAuth')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -147,11 +147,11 @@ export default {
|
||||
this.$emit('close-grant', 0)
|
||||
},
|
||||
authNodeClick(val) {
|
||||
console.log('authNodeClick')
|
||||
// console.log('authNodeClick')
|
||||
this.authCondition = val
|
||||
},
|
||||
clickAuth(auth) {
|
||||
console.log('clickAuth')
|
||||
// console.log('clickAuth')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -32,7 +32,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
handleClick() {
|
||||
console.log('===>handleClick')
|
||||
// console.log('===>handleClick')
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -51,7 +51,7 @@ export default {
|
||||
created() {
|
||||
if (this.jsname && this.menuid) {
|
||||
this.showAsync = true
|
||||
console.log(this.jsname)
|
||||
// console.log(this.jsname)
|
||||
this.url = this.baseUrl + this.menuid
|
||||
// this.url = 'http://localhost:8081/PluginDemo.js'
|
||||
// this.url = 'http://localhost:8081/SystemParam.js'
|
||||
|
||||
@ -181,7 +181,7 @@ export default {
|
||||
this.depts = null
|
||||
this.formType = 'add'
|
||||
this.form = Object.assign({}, this.defaultForm)
|
||||
console.log(this.form)
|
||||
// console.log(this.form)
|
||||
},
|
||||
edit(row) {
|
||||
this.depts = null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user