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

This commit is contained in:
wangjiahao 2022-03-30 20:40:44 +08:00
parent dc026ae9b1
commit 4638d25bd1
6 changed files with 6 additions and 6 deletions

View File

@ -140,7 +140,7 @@ export default {
},
data() {
return {
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
tagType: 'success'
}
},
watch: {

View File

@ -120,7 +120,7 @@ export default {
},
data() {
return {
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
tagType: 'success'
}
},
watch: {

View File

@ -56,7 +56,7 @@ export default {
},
data() {
return {
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
tagType: 'success'
}
},
watch: {

View File

@ -57,7 +57,7 @@ export default {
},
data() {
return {
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
tagType: 'success'
}
},
watch: {

View File

@ -148,7 +148,7 @@ export default {
return {
compareItem: compareItem,
disableEditCompare: false,
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
tagType: 'success'
}
},
watch: {

View File

@ -148,7 +148,7 @@ export default {
return {
compareItem: compareItem,
disableEditCompare: false,
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
tagType: 'success'
}
},
watch: {