修改禅道已知bug

This commit is contained in:
qq787203167
2022-03-30 11:29:49 +08:00
parent cc4229833b
commit 5ffb6a5c19
4 changed files with 7 additions and 4 deletions
@@ -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'))
}