[update] peizhi

This commit is contained in:
zhaomeijing
2022-06-06 23:08:48 +08:00
parent c8dd4a43c2
commit 08ea2c5e64
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -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',
+1
View File
@@ -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)