提交 fa70a33d authored 作者: wangjiahao's avatar wangjiahao

feat: 去掉不必要的前段日志

上级 fccd7d8f
...@@ -108,7 +108,7 @@ export default { ...@@ -108,7 +108,7 @@ export default {
}, },
computed: { computed: {
styleKeys() { 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) : [] return this.$store.state.curComponent ? Object.keys(this.$store.state.curComponent.style) : []
}, },
curComponent() { curComponent() {
......
...@@ -152,7 +152,7 @@ export default { ...@@ -152,7 +152,7 @@ export default {
width: this.format(this.canvasStyleData.width, this.scaleWidth) + 'px', width: this.format(this.canvasStyleData.width, this.scaleWidth) + 'px',
height: this.format(this.canvasStyleData.height, this.scaleHeight) + '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.openCommonStyle) {
if (this.canvasStyleData.panel.backgroundType === 'image' && this.canvasStyleData.panel.imageUrl) { if (this.canvasStyleData.panel.backgroundType === 'image' && this.canvasStyleData.panel.imageUrl) {
...@@ -401,7 +401,7 @@ export default { ...@@ -401,7 +401,7 @@ export default {
}, },
filterValueChange(value) { filterValueChange(value) {
console.log('emit:' + value) // console.log('emit:' + value)
}, },
setConditionValue(obj) { setConditionValue(obj) {
...@@ -432,7 +432,7 @@ export default { ...@@ -432,7 +432,7 @@ export default {
this.executeSearch() this.executeSearch()
}, },
executeSearch() { executeSearch() {
console.log('当前查询条件是: ' + JSON.stringify(this.conditions)) // console.log('当前查询条件是: ' + JSON.stringify(this.conditions))
}, },
format(value, scale) { format(value, scale) {
// 自适应画布区域 返回原值 // 自适应画布区域 返回原值
......
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
reader.readAsDataURL(file.raw) reader.readAsDataURL(file.raw)
}, },
upload(file) { upload(file) {
console.log('this is upload') // console.log('this is upload')
} }
} }
} }
......
...@@ -168,7 +168,7 @@ export default { ...@@ -168,7 +168,7 @@ export default {
this.$emit('templateEdit', this.template) this.$emit('templateEdit', this.template)
}, },
handleDelete() { handleDelete() {
console.log('handleDelete') // console.log('handleDelete')
} }
} }
} }
......
...@@ -170,11 +170,11 @@ export default { ...@@ -170,11 +170,11 @@ export default {
this.$emit('close-grant', 0) this.$emit('close-grant', 0)
}, },
authNodeClick(val) { authNodeClick(val) {
console.log('authNodeClick') // console.log('authNodeClick')
this.authCondition = val this.authCondition = val
}, },
clickAuth(auth) { clickAuth(auth) {
console.log('clickAuth') // console.log('clickAuth')
} }
} }
} }
......
...@@ -147,11 +147,11 @@ export default { ...@@ -147,11 +147,11 @@ export default {
this.$emit('close-grant', 0) this.$emit('close-grant', 0)
}, },
authNodeClick(val) { authNodeClick(val) {
console.log('authNodeClick') // console.log('authNodeClick')
this.authCondition = val this.authCondition = val
}, },
clickAuth(auth) { clickAuth(auth) {
console.log('clickAuth') // console.log('clickAuth')
} }
} }
} }
......
...@@ -32,7 +32,7 @@ export default { ...@@ -32,7 +32,7 @@ export default {
}, },
methods: { methods: {
handleClick() { handleClick() {
console.log('===>handleClick') // console.log('===>handleClick')
} }
} }
......
...@@ -51,7 +51,7 @@ export default { ...@@ -51,7 +51,7 @@ export default {
created() { created() {
if (this.jsname && this.menuid) { if (this.jsname && this.menuid) {
this.showAsync = true this.showAsync = true
console.log(this.jsname) // console.log(this.jsname)
this.url = this.baseUrl + this.menuid this.url = this.baseUrl + this.menuid
// this.url = 'http://localhost:8081/PluginDemo.js' // this.url = 'http://localhost:8081/PluginDemo.js'
// this.url = 'http://localhost:8081/SystemParam.js' // this.url = 'http://localhost:8081/SystemParam.js'
......
...@@ -181,7 +181,7 @@ export default { ...@@ -181,7 +181,7 @@ export default {
this.depts = null this.depts = null
this.formType = 'add' this.formType = 'add'
this.form = Object.assign({}, this.defaultForm) this.form = Object.assign({}, this.defaultForm)
console.log(this.form) // console.log(this.form)
}, },
edit(row) { edit(row) {
this.depts = null this.depts = null
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论