fix 81814
This commit is contained in:
@@ -262,6 +262,10 @@ export default {
|
||||
})
|
||||
},
|
||||
handleAdd: function () {
|
||||
if (!this.selectedTreeKeys||this.selectedTreeKeys.length === 0) {
|
||||
this.$message.warning(this.$t('standardRegulationLibrary.profileCenter.pleaseSelectTheDirectoryOnTheLeft'))
|
||||
return
|
||||
}
|
||||
const folderId = this.selectedTreeKeys && this.selectedTreeKeys.length > 0 ? this.selectedTreeKeys.join(',') : null
|
||||
this.$refs.modalForm.add({ folderId })
|
||||
this.$refs.modalForm.title = this.$t('newlyAdded')
|
||||
|
||||
Reference in New Issue
Block a user