Commit 2d5d00ae authored by 罗超's avatar 罗超

no message

parent 475107a2
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
"platformAccount":this.platformAccount, "platformAccount":this.platformAccount,
"id":id, "id":id,
"Name":Name, "Name":Name,
"Type":Type, "Type":this.crmOrderObj.type,
"crmOrderObj":JSON.stringify(this.crmOrderObj), "crmOrderObj":JSON.stringify(this.crmOrderObj),
"orderObj":this.orderObj, "orderObj":this.orderObj,
'path':this.$route.query.path, 'path':this.$route.query.path,
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
query:{ query:{
"id":id, "id":id,
"Name":Name, "Name":Name,
"Type":Type, "Type":this.crmOrderObj.type,
"crmOrderObj":JSON.stringify(this.crmOrderObj), "crmOrderObj":JSON.stringify(this.crmOrderObj),
"orderObj":this.orderObj, "orderObj":this.orderObj,
'path':this.$route.query.path, 'path':this.$route.query.path,
......
...@@ -72,7 +72,8 @@ ...@@ -72,7 +72,8 @@
this.$router.push({ this.$router.push({
path: `ChoiceAddFinancialDocuments`, path: `ChoiceAddFinancialDocuments`,
query:{ query:{
crmOrderObj: this.crmOrderObj crmOrderObj: this.crmOrderObj,
Type: data.type
} }
}); });
} }
...@@ -120,7 +121,8 @@ ...@@ -120,7 +121,8 @@
this.$router.push({ this.$router.push({
path: `ChoiceAddFinancialDocuments`, path: `ChoiceAddFinancialDocuments`,
query:{ query:{
crmOrderObj: this.crmOrderObj crmOrderObj: this.crmOrderObj,
Type: data.type
} }
}); });
} else { } else {
......
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