修改禅道已知bug
This commit is contained in:
@@ -534,7 +534,7 @@ module.exports = {
|
||||
confirmCancelCollection: 'confirm to cancel collection?',
|
||||
theRelease: 'The release date should not exceed the standard implementation date',
|
||||
zoneOfApplication: 'zone of application',
|
||||
releaseTime: 'release Time',
|
||||
releaseDate: 'release Date',
|
||||
standardImplementationTime: 'Standard implementation time',
|
||||
onlyPicture:'only upload pictures!',
|
||||
fileUploadFailed:'file upload failed',
|
||||
|
||||
@@ -536,9 +536,9 @@ module.exports = {
|
||||
BatchCancelCollection:'确认批量取消收藏?',
|
||||
unsubscribeConfirm:'确认取消订阅?',
|
||||
confirmCancelCollection:'确认取消收藏?',
|
||||
theRelease:'发布日期不能大于标准实施日期',
|
||||
theRelease:'发布日期不能大于标 准实施日期',
|
||||
zoneOfApplication:'适用地区',
|
||||
releaseTime:'发布时间',
|
||||
releaseDate:'发布日期',
|
||||
standardImplementationTime:'标准实施时间',
|
||||
onlyPicture:'只能上传图片!',
|
||||
fileUploadFailed:'文件上传失败',
|
||||
|
||||
@@ -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'))
|
||||
}
|
||||
|
||||
@@ -81,6 +81,7 @@
|
||||
methods: {
|
||||
callback(key) {
|
||||
this.active = key
|
||||
this.selectValueTwo = ''
|
||||
},
|
||||
onSearch(event) {
|
||||
this.queryParam[this.selectModel] = event
|
||||
|
||||
Reference in New Issue
Block a user