diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/report/service/impl/ParamsReportDetailEOServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/report/service/impl/ParamsReportDetailEOServiceImpl.java index 684750ec1..fc8e14cdd 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/report/service/impl/ParamsReportDetailEOServiceImpl.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/report/service/impl/ParamsReportDetailEOServiceImpl.java @@ -1398,11 +1398,12 @@ public class ParamsReportDetailEOServiceImpl extends ServiceImpl paramsReportConfigDataEOS = paramsReportConfigDataEOService.queryByConfigIdListAndCollectManifestId(configIdList, paramsCollectManifestId); - StringBuilder configDataBuilder = new StringBuilder(); // 重新组合配置数据 + List configDataList = new ArrayList<>(); // 重新组合配置数据 for (ParamsReportConfigDataEO paramsConfigDataEO : paramsReportConfigDataEOS) { StringBuilder configDataBuilderTemp = new StringBuilder(); // 重新组合配置数据 @@ -1458,17 +1459,15 @@ public class ParamsReportDetailEOServiceImpl extends ServiceImpl - +
+
+ + {{$t('copyLink')}} +
{{$t('contactTheFounder')}} @@ -424,9 +428,9 @@ this.queryForm = row this.$refs.SelectedByRef.getPush() }, - pushJump(row){ + pushJump(row) { let query = { - userName: row.createBy, + userName: row.createBy } postAction('/lark/getLarkApplinkByUserName', query).then((res) => { if (res.code === 200) { @@ -465,6 +469,12 @@ }, handleToggleSearch() { this.toggleSearchStatus = !this.toggleSearchStatus + }, + copyLinkClick(item) { + let text = window.location.host + this.$route.path + '?id=' + item.id + navigator.clipboard.writeText(text).then((res) => { + this.$message.success(this.$t('successfulReplication')) + }) } } } @@ -476,10 +486,12 @@ overflow: hidden; /*margin: 0 auto;*/ } - .jumpicon{ + + .jumpicon { height: 13.72px; width: 15.44px; } + .box-title-text { line-height: 1.4; width: 360px; diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue index bd7912d77..5c8071ca9 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue @@ -53,6 +53,10 @@
+
+ + {{$t('copyLink')}} +
{{$t('contactTheFounder')}} @@ -493,6 +497,12 @@ this.$refs.SelectedByRef.submitLoading = false } }) + }, + copyLinkClick(item) { + let text = window.location.host + this.$route.path + '?id=' + item.id + navigator.clipboard.writeText(text).then((res) => { + this.$message.success(this.$t('successfulReplication')) + }) } } } diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 08feba3fc..2978772ae 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -2802,6 +2802,7 @@ if (this.updateFlowStatusList && this.updateFlowStatusList.length > 0) { this.updateFlowStatusBatch() } + this.completeTaskList = [] for (let i = 0; i < this.startProcessList.length; i++) { if (this.startProcessList[i].type == 2) { this.startProcessList[i].dataList.designDutyDueDate = this.formInline.designDutyDueDate @@ -2829,6 +2830,7 @@ Promise.all(this.completeTaskList).then((res) => { if (this.requestsNum == res.length) { this.visible = false + this.formInline = {} this.selectedRowKeys = [] this.$message.success(this.$t('OperationSuccessful')) this.confirmLoading = false diff --git a/jero-web/src/views/regulatoryEarlyWarning/index.vue b/jero-web/src/views/regulatoryEarlyWarning/index.vue index 6554970ac..2f5a04935 100644 --- a/jero-web/src/views/regulatoryEarlyWarning/index.vue +++ b/jero-web/src/views/regulatoryEarlyWarning/index.vue @@ -5,19 +5,19 @@ :searchQueryList="searchQueryList" :flag="'1'" :isDefault="true" - :url="url"/> + :url="url" />
- - {{$t('share')}} + + {{ $t('share') }}
- - {{$t('export')}} + + {{ $t('export') }}
@@ -40,39 +40,39 @@ :columns="columns" > - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} @@ -98,253 +98,292 @@ \ No newline at end of file