|
@@ -309,7 +309,7 @@ export default {
|
|
handleView(row,val){
|
|
handleView(row,val){
|
|
this.postId = row.postId;
|
|
this.postId = row.postId;
|
|
this.commentId = row.id;
|
|
this.commentId = row.id;
|
|
- this.loginId = row.loginId;
|
|
|
|
|
|
+ let loginId = row.loginId;
|
|
getDetailInfo({postId:row.postId,userId:loginId}).then(response => {
|
|
getDetailInfo({postId:row.postId,userId:loginId}).then(response => {
|
|
this.data = response.data.data.data;
|
|
this.data = response.data.data.data;
|
|
this.data.forEach(item => {
|
|
this.data.forEach(item => {
|