修改禅道已知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
+1 -1
View File
@@ -534,7 +534,7 @@ module.exports = {
confirmCancelCollection: 'confirm to cancel collection?', confirmCancelCollection: 'confirm to cancel collection?',
theRelease: 'The release date should not exceed the standard implementation date', theRelease: 'The release date should not exceed the standard implementation date',
zoneOfApplication: 'zone of application', zoneOfApplication: 'zone of application',
releaseTime: 'release Time', releaseDate: 'release Date',
standardImplementationTime: 'Standard implementation time', standardImplementationTime: 'Standard implementation time',
onlyPicture:'only upload pictures!', onlyPicture:'only upload pictures!',
fileUploadFailed:'file upload failed', fileUploadFailed:'file upload failed',
+2 -2
View File
@@ -536,9 +536,9 @@ module.exports = {
BatchCancelCollection:'确认批量取消收藏?', BatchCancelCollection:'确认批量取消收藏?',
unsubscribeConfirm:'确认取消订阅?', unsubscribeConfirm:'确认取消订阅?',
confirmCancelCollection:'确认取消收藏?', confirmCancelCollection:'确认取消收藏?',
theRelease:'发布日期不能大于标准实施日期', theRelease:'发布日期不能大于标 准实施日期',
zoneOfApplication:'适用地区', zoneOfApplication:'适用地区',
releaseTime:'发布时间', releaseDate:'发布日期',
standardImplementationTime:'标准实施时间', standardImplementationTime:'标准实施时间',
onlyPicture:'只能上传图片', onlyPicture:'只能上传图片',
fileUploadFailed:'文件上传失败', fileUploadFailed:'文件上传失败',
@@ -282,7 +282,7 @@
dataIndex: 'technology_territory' dataIndex: 'technology_territory'
}, },
{ {
title: this.$t('releaseTime'), title: this.$t('releaseDate'),
align: 'center', align: 'center',
dataIndex: 'issue_time' dataIndex: 'issue_time'
}, },
@@ -404,6 +404,7 @@
getAction(url, { id: val.id }).then((res) => { getAction(url, { id: val.id }).then((res) => {
if (res.success) { if (res.success) {
_this.$message.success(_this.$t('OperationSuccessful')) _this.$message.success(_this.$t('OperationSuccessful'))
_this.getInfoList(1)
} else { } else {
_this.$message.warning(_this.$t('operationFailed')) _this.$message.warning(_this.$t('operationFailed'))
} }
@@ -426,6 +427,7 @@
getAction(url, { id: val.id }).then((res) => { getAction(url, { id: val.id }).then((res) => {
if (res.success) { if (res.success) {
_this.$message.success(_this.$t('OperationSuccessful')) _this.$message.success(_this.$t('OperationSuccessful'))
_this.getInfoList(1)
} else { } else {
_this.$message.warning(_this.$t('operationFailed')) _this.$message.warning(_this.$t('operationFailed'))
} }
@@ -81,6 +81,7 @@
methods: { methods: {
callback(key) { callback(key) {
this.active = key this.active = key
this.selectValueTwo = ''
}, },
onSearch(event) { onSearch(event) {
this.queryParam[this.selectModel] = event this.queryParam[this.selectModel] = event