Commit bef59b5f authored by 黄媛媛's avatar 黄媛媛

111

parent 47ee89f7
...@@ -217,7 +217,7 @@ export default { ...@@ -217,7 +217,7 @@ export default {
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Handmsg.ReTCID=res.data.data; this.Handmsg.ReTCID=res.data.data;
var msg=JSON.stringify(Handmsg); var msg=JSON.stringify(this.Handmsg);
let routeData = this.$router.resolve({ let routeData = this.$router.resolve({
name: 'ChoiceAddFinancialDocuments', name: 'ChoiceAddFinancialDocuments',
query: {czmsg:msg,Type: 2,searchTitle:'电商内部结算'} query: {czmsg:msg,Type: 2,searchTitle:'电商内部结算'}
......
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