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

refactor: 防止视图编辑时先提示告警
This commit is contained in:
王嘉豪 2022-03-30 20:42:10 +08:00 committed by GitHub
commit 9de45fc71e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: {