mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
fix: 新建仪表板报错
This commit is contained in:
@@ -93,6 +93,7 @@ export default {
|
||||
},
|
||||
filters() {
|
||||
// 必要 勿删勿该 watch数组,哪怕发生变化 oldValue等于newValue ,深拷贝解决
|
||||
if (!this.element.filters) return []
|
||||
return JSON.parse(JSON.stringify(this.element.filters))
|
||||
},
|
||||
...mapState([
|
||||
|
||||
Reference in New Issue
Block a user