forked from github/dataease
refactor: 防止视图编辑时先提示告警
This commit is contained in:
parent
dc026ae9b1
commit
4638d25bd1
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user