标准详情收藏

This commit is contained in:
zhaokaiyao@91isoft.com
2021-09-23 13:50:17 +08:00
parent 2423bef139
commit bc59cfef7d
@@ -2726,7 +2726,8 @@ export default {
let personCollect = { let personCollect = {
collectResId: this.sarStandardsInfoEO.id, collectResId: this.sarStandardsInfoEO.id,
collectTitle: collectTitle, 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.$http.postData('person/personCollect', personCollect, {
_this: this _this: this