Commit 2e0c42c7 authored by Mac's avatar Mac

1

parent d4251a7b
......@@ -73,7 +73,7 @@
<td>
<p v-for="(list,index1) in item.EAddressList" :key="index1">
<a :download="list.Name" style="text-decoration: underline;cursor: pointer;padding-top:4px" :href="list.Path">{{list.Name}}</a>
<a :download="list.Name" style="text-decoration: underline;cursor: pointer;padding-top:4px" target="_blank" :href="list.Path">{{list.Name}}</a>
</p>
</td>
<!-- <td style="padding:6px 0">
......@@ -283,7 +283,7 @@
}
})
if(this.F_Look == false){
this.msg.CreateBy = userInfo.AccountId
this.msg.CreateBy = userInfo.Id
}
},
......
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