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

no message

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