diff --git a/src/pages/personal/pages/my-questions/components/answerItem.vue b/src/pages/personal/pages/my-questions/components/answerItem.vue index 767375cb6..a207a4e53 100644 --- a/src/pages/personal/pages/my-questions/components/answerItem.vue +++ b/src/pages/personal/pages/my-questions/components/answerItem.vue @@ -136,7 +136,7 @@ export default { this.$message.warning(res.message) fileList.pop() } - this.importModalshowflagtemp = false + // this.importModalshowflagtemp = false }, //文件上传前 beforeUpload(file){ @@ -192,6 +192,7 @@ export default { }, res => { if(res.respCode === '200'){ this.$emit('emitInsState',true) + this.$message.success('归档成功') } }, e => { }) diff --git a/src/pages/personal/pages/my-questions/components/questionItemInfo.vue b/src/pages/personal/pages/my-questions/components/questionItemInfo.vue index 7d622fa11..1026e8895 100644 --- a/src/pages/personal/pages/my-questions/components/questionItemInfo.vue +++ b/src/pages/personal/pages/my-questions/components/questionItemInfo.vue @@ -12,7 +12,9 @@
附件: - {{answer.appendixName}} +
+ {{ item.name }} +
@@ -42,16 +44,33 @@ export default { checked: '', answererNowUserId: this.$store.getters.userInfo.userId, answererNowUserName: this.$store.getters.userInfo.userName, + fileList:[], } }, methods:{ + assemble(ids,names){ + let list= []; + if(ids && ids !== '' && names && names !== ''){ + let idArray=ids.split(','); + let nameArray=names.split(','); + for(let i=0; i diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index b8f40bf50..65c40907c 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -74,7 +74,8 @@
- + @@ -115,10 +116,9 @@ v-btn-permission="'d38fea2d0d992615f9e1c4dfb6dc76f3'" @click="clearAllSearch('standCommonlySearch')">清空 - - - 高级检索 + 高级检索 @@ -346,28 +346,29 @@ label="收藏" align="center" width="50px" > diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index e0dac212d..748348134 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -646,14 +646,14 @@ --> - +