Commit 63dbb68f authored by 罗超's avatar 罗超

no message

parent a9b2aa67
......@@ -999,8 +999,10 @@ export default {
},
created(){
// // crm自动登陆传过来的参数
console.log(this.$route.query, '-----')
if(this.$route.query.crmOrderObj){
let data = JSON.parse(this.$route.query.crmOrderObj)
this.ID = data.id
}else{
this.ID = this.$route.query.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