修改禅道已知bug
This commit is contained in:
@@ -282,7 +282,7 @@
|
||||
dataIndex: 'technology_territory'
|
||||
},
|
||||
{
|
||||
title: this.$t('releaseTime'),
|
||||
title: this.$t('releaseDate'),
|
||||
align: 'center',
|
||||
dataIndex: 'issue_time'
|
||||
},
|
||||
@@ -404,6 +404,7 @@
|
||||
getAction(url, { id: val.id }).then((res) => {
|
||||
if (res.success) {
|
||||
_this.$message.success(_this.$t('OperationSuccessful'))
|
||||
_this.getInfoList(1)
|
||||
} else {
|
||||
_this.$message.warning(_this.$t('operationFailed'))
|
||||
}
|
||||
@@ -426,6 +427,7 @@
|
||||
getAction(url, { id: val.id }).then((res) => {
|
||||
if (res.success) {
|
||||
_this.$message.success(_this.$t('OperationSuccessful'))
|
||||
_this.getInfoList(1)
|
||||
} else {
|
||||
_this.$message.warning(_this.$t('operationFailed'))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user