From e02b43658a61cc5ead1154e62f04cae2a291ba36 Mon Sep 17 00:00:00 2001
From: fanlin
Date: Wed, 21 Jul 2021 15:12:40 +0800
Subject: [PATCH 1/2] =?UTF-8?q?bug:=E5=9B=BD=E5=86=85=E3=80=81=E5=A4=96?=
=?UTF-8?q?=E6=A0=87=E5=87=86=E6=B3=95=E8=A7=84=E7=82=B9=E5=87=BB=E6=94=B6?=
=?UTF-8?q?=E8=97=8F=E6=95=B0=E6=8D=AE=E8=BF=9B=E5=8E=BB=E5=88=B0=E6=88=91?=
=?UTF-8?q?=E7=9A=84=E6=94=B6=E8=97=8F=E4=B8=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pages/my-collection/components/CollectionStandard.vue | 7 ++++---
.../domesticStandardsAndRegulations/index.vue | 2 ++
.../foreignStandardsAndRegulations/index.vue | 2 ++
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/pages/personal/pages/my-collection/components/CollectionStandard.vue b/src/pages/personal/pages/my-collection/components/CollectionStandard.vue
index 1f77c4b61..9251b1c8f 100644
--- a/src/pages/personal/pages/my-collection/components/CollectionStandard.vue
+++ b/src/pages/personal/pages/my-collection/components/CollectionStandard.vue
@@ -53,13 +53,13 @@
- 标题:{{ item.name }}
+ 标题:{{ item.collectTitle }}
-
标题:{{ item.name }}
+
标题:{{ item.collectTitle }}
- 创建时间:{{getDate(item.createTime)}}
+ 创建时间:{{getDate(item.creationTime)}}
取消收藏
@@ -127,6 +127,7 @@ export default {
this.$http.get('person/personCollect/page', {
pageNo: this.page,
pageSize: this.$store.getters.userInfo.configContent,
+ userId: this.$store.getters.userInfo.userId,
collectTitle: this.search.name
}, {
_this: this,
diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index 4fd7cf277..230417fee 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -2118,6 +2118,8 @@ export default {
this.personCollect.collectTitle = item.standName + ' ( 编号:' + item.standSort + ' ' + item.standNumber + ' )'
}
this.personCollect.collectType = 'INLAND_STAND'
+ this.personCollect.id = item.id
+ this.personCollect.userId = this.$store.getters.userInfo.userId
this.$http.postData('person/personCollect', this.personCollect, {
_this: this
}, res => {
diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
index 00aa92163..65ee0c21f 100644
--- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
@@ -1910,6 +1910,8 @@ export default {
this.personCollect.collectTitle = item.standName + ' ( 编号:' + item.standSort + ' ' + item.standNumber + ' )'
}
this.personCollect.collectType = 'FOREIGN_STAND'
+ this.personCollect.id = item.id
+ this.personCollect.userId = this.$store.getters.userInfo.userId
this.$http.postData('person/personCollect', this.personCollect, {
_this: this
}, res => {
From 1460149cdf8a8fcf38454b7596d43517a870ae7e Mon Sep 17 00:00:00 2001
From: fanlin
Date: Wed, 21 Jul 2021 16:35:21 +0800
Subject: [PATCH 2/2] bug
---
.../details/otherStandardDetails/index.vue | 26 +++++++++----------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue
index e94477eb5..e50a50927 100644
--- a/src/pages/details/otherStandardDetails/index.vue
+++ b/src/pages/details/otherStandardDetails/index.vue
@@ -189,12 +189,12 @@
/>
上传时间:{{ dateFormat(file.modifyTime) }}
+ 标准分解单
- 标准分解单
@@ -281,12 +281,12 @@
上传时间:{{ dateFormat(file.modifyTime) }}
-
-
-
-
-
-
+ 标准分解单
@@ -2023,7 +2023,7 @@ export default {
}
// 缺少文件
if (this.$route.params.pageType === 'INLAND_STAND') {
- if (this.$hasPermission('ZWBGBNTL11')) {
+ if (this.$hasPermission('2d6ab9d465ab73d415194e1ca4313793')) {
this.$http.get('lawss/sarStandFile/queryConvertAtt', {
attId: attId
}, {
@@ -2067,7 +2067,7 @@ export default {
}
} else {
// 国外在线预览权限
- if (this.$hasPermission('YfS94QodMK')) {
+ if (this.$hasPermission('ee684b4a9975f5d8a6dfe898c0332f98 ')) {
this.$http.get('lawss/sarStandFile/queryConvertAtt', {
attId: attId
}, {