Commit d1d43d2c authored by 张伯涛's avatar 张伯涛

传参

parent ad1b5d28
......@@ -102,12 +102,11 @@
}else {
this.unitId = this.unitList[0].businessId
}
this.userId = this.unitList[0].userId
}else {
this.unitId = ''
this.userId = ''
}
this.$u.get('cmsnews/miniProgram/listByClassification?page='+this.articlePage+'&rows='+this.articleRows+'&unitId='+this.unitId+'&userId='+this.userId +'&source=2').then(res => {
this.$u.get('cmsnews/miniProgram/listByClassification?page='+this.articlePage+'&rows='+this.articleRows+'&unitId='+this.unitId+'&source=2').then(res => {
if (this.articlePage === 1) {
let list = res.records;
this.hotList = list;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment