提交 4638d25b authored 作者: wangjiahao's avatar wangjiahao

refactor: 防止视图编辑时先提示告警

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