refactor:去掉日志

This commit is contained in:
wangjiahao 2021-11-03 16:49:38 +08:00
parent 2d798d1b97
commit 8b0947484f
2 changed files with 2 additions and 2 deletions

View File

@ -1035,7 +1035,7 @@ export default {
// componentData matrix
if (newVal.length !== this.lastComponentDataLength) {
this.lastComponentDataLength = newVal.length
console.log('.initMatrix2')
// console.log('.initMatrix2')
this.initMatrix()
}
},

View File

@ -45,7 +45,7 @@ export default {
}
},
refreshSnapshot(state) {
console.log('refreshSnapshot')
// console.log('refreshSnapshot')
// 刷新快照
state.snapshotData = []
state.snapshotStyleData = []