|
|
|
@ -412,13 +412,10 @@ export default { |
|
|
|
// this.getLocation(); |
|
|
|
this.getData(); |
|
|
|
var uuniqueId = Qs.parse(location.search.substring(1)).uniqueId |
|
|
|
console.log('uuniqueId:'+uuniqueId) |
|
|
|
if(uuniqueId !== undefined && uuniqueId !== null && uuniqueId !== ""){ |
|
|
|
this.uniqueId = uuniqueId |
|
|
|
console.log('uniqueId:'+this.uniqueId) |
|
|
|
} |
|
|
|
return new Promise((resolve, reject) => { |
|
|
|
console.log('uniqueId:'+this.uniqueId) |
|
|
|
var params = { |
|
|
|
salesmanUniqueIdentity: this.uniqueId, |
|
|
|
}; |
|
|
|
|