标准详情收藏
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user