refactor:去掉日志
This commit is contained in:
parent
2d798d1b97
commit
8b0947484f
@ -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()
|
||||
}
|
||||
},
|
||||
|
||||
@ -45,7 +45,7 @@ export default {
|
||||
}
|
||||
},
|
||||
refreshSnapshot(state) {
|
||||
console.log('refreshSnapshot')
|
||||
// console.log('refreshSnapshot')
|
||||
// 刷新快照
|
||||
state.snapshotData = []
|
||||
state.snapshotStyleData = []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user