...
|
...
|
@@ -183,11 +183,11 @@ |
|
|
methods: {
|
|
|
//查询回执列表
|
|
|
selectDetail(index,row){
|
|
|
this.gridData=[];
|
|
|
this.dialogTableVisible=true;
|
|
|
let params={messageid:row.messageid};
|
|
|
selectReturnMsg(params).then(res=>{
|
|
|
let response=res.data.data;
|
|
|
console.log(response)
|
|
|
this.gridData=response;
|
|
|
});
|
|
|
},
|
...
|
...
|
|