From 8a9d689e1838fe83365f4b6a52f95b068d16a572 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Fri, 15 Jul 2022 13:54:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056576=20=E8=B5=84?= =?UTF-8?q?=E6=96=99=E4=B8=AD=E5=BF=83=20=E6=96=B0=E5=A2=9E=20=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E4=BC=A0=E4=BA=86=20=E4=BD=86=E6=98=AF?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=B8=8D=E8=83=BD=E4=B8=BA=E7=A9=BA=2056558?= =?UTF-8?q?=20=E5=B7=A6=E4=BE=A7=E6=A0=91=E7=8A=B6=E5=9B=BE=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=A0=87=E5=87=86=E6=96=B0=E9=97=BB=EF=BC=8C=E7=84=B6?= =?UTF-8?q?=E5=90=8E=E7=82=B9=E5=87=BB=E6=96=B0=E5=A2=9E=EF=BC=8C=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E4=BF=A1=E6=81=AF=E4=BB=A5=E5=8F=8A=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E9=99=84=E4=BB=B6=E4=BF=A1=E6=81=AF=EF=BC=8C=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=20=E7=A8=8B=E5=BA=8F=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regulatoryRepository/dataCenter/index.vue | 52 +++++++++++++++++-- 1 file changed, 47 insertions(+), 5 deletions(-) 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; +}