Unverified 提交 9de45fc7 authored 作者: 王嘉豪's avatar 王嘉豪 提交者: GitHub

Merge pull request #2012 from dataease/pr@dev@feat_new-template-import

refactor: 防止视图编辑时先提示告警
......@@ -140,7 +140,7 @@ export default {
},
data() {
return {
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
tagType: 'success'
}
},
watch: {
......
......@@ -120,7 +120,7 @@ export default {
},
data() {
return {
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
tagType: 'success'
}
},
watch: {
......
......@@ -56,7 +56,7 @@ export default {
},
data() {
return {
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
tagType: 'success'
}
},
watch: {
......
......@@ -57,7 +57,7 @@ export default {
},
data() {
return {
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
tagType: 'success'
}
},
watch: {
......
......@@ -148,7 +148,7 @@ export default {
return {
compareItem: compareItem,
disableEditCompare: false,
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
tagType: 'success'
}
},
watch: {
......
......@@ -148,7 +148,7 @@ export default {
return {
compareItem: compareItem,
disableEditCompare: false,
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
tagType: 'success'
}
},
watch: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论