|
@@ -201,7 +201,7 @@
|
|
|
// this.reset();
|
|
|
const mailDetailGuid = row.mailDetailGuid || this.ids
|
|
|
console.log(mailDetailGuid);
|
|
|
- this.$router.push({path:'/Emile/receiveList/xiangqing',query: {id:mailDetailGuid[0] }})
|
|
|
+ this.$router.push({path:'/email/receiveList/xiangqing',query: {id:mailDetailGuid[0] }})
|
|
|
|
|
|
getDetail(mailDetailGuid).then(response => {
|
|
|
// this.form = response.data;
|