mirror of
https://github.com/dataease/dataease.git
synced 2026-06-18 05:18:07 +08:00
refactor:去掉日志
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user