diff --git a/src/pages/regulatoryRepository/dataCenter/index.vue b/src/pages/regulatoryRepository/dataCenter/index.vue index 6bb1d3db0..d63b62559 100644 --- a/src/pages/regulatoryRepository/dataCenter/index.vue +++ b/src/pages/regulatoryRepository/dataCenter/index.vue @@ -247,6 +247,25 @@ label-width="130px" v-if="showInfoModal" > + + + + + + + + { - if (valid && this.attributeEO.attachFileId !== '') { + if (valid) { if (this.attributeTitle === '新增'){ this.$http.postData( 'fileMaterialCenter/file-material', @@ -777,9 +809,7 @@ export default { } ) } - - } else { - this.$message.error('附件不能为空') + }else{ this.submitLoading = false } }) @@ -792,6 +822,8 @@ export default { dataType: '', dataTitle: '', attachFileId: '', + treeId: '', + treeName: '' } }) this.showInfoModal = false @@ -1013,4 +1045,14 @@ export default { overflow-y: auto; } } +.tree-select{ + .el-select-dropdown__item{ + height: auto; + line-height: normal; + } +} +.tree-select-option{ + height: auto; + padding: 0; +}