[update] peizhi
This commit is contained in:
@@ -712,6 +712,7 @@ module.exports = {
|
||||
uploadTime: 'Upload time',
|
||||
enclosure: 'Enclosure',
|
||||
// 认证
|
||||
oneconfigurationInformation: 'Contains at least one configuration information',
|
||||
Correspondingstandarddeleted: 'Correspondingstandarddeleted',
|
||||
changeTheTitle: 'Title already exists, please change the title',
|
||||
resetPassword: 'reset Password',
|
||||
|
||||
@@ -723,6 +723,7 @@ module.exports = {
|
||||
uploadTime: '上传时间',
|
||||
enclosure: '附件',
|
||||
// 认证
|
||||
oneconfigurationInformation: '至少含有一个配置信息',
|
||||
Correspondingstandarddeleted: '对应标准已删除',
|
||||
changeTheTitle: '标题已存在,请更换标题',
|
||||
resetPassword: '重置密码',
|
||||
|
||||
@@ -204,6 +204,10 @@ export default {
|
||||
})
|
||||
},
|
||||
deleteConfiguration(displaySeq,index) {
|
||||
if(this.paramsConfigEOList.length === 1) {
|
||||
this.$message.warning(this.$t('oneconfigurationInformation'))
|
||||
return
|
||||
}
|
||||
this.deleteConfigIdsArray.push(displaySeq)
|
||||
this.deleteConfigIds = this.deleteConfigIdsArray.join(',')
|
||||
let _tt = this.paramsConfigEOList.splice(index,1)
|
||||
|
||||
Reference in New Issue
Block a user