标准详情 收藏

This commit is contained in:
zhaokaiyao@91isoft.com
2021-09-23 15:37:59 +08:00
parent 8aa051fd16
commit 90ead01086
@@ -2727,7 +2727,9 @@
let personCollect = {
collectResId: this.sarStandardsInfoEO.id,
collectTitle: collectTitle,
collectType: this.$route.params.pageType // 国内收藏type
collectType: this.$route.params.pageType, // 国内收藏type
userId : this.$store.getters.userInfo.userId
}
this.$http.postData('person/personCollect', personCollect, {
_this: this