Commit 194544dc authored by caicaicai's avatar caicaicai

修改

parent 10722cc3
...@@ -133,7 +133,6 @@ export default { ...@@ -133,7 +133,6 @@ export default {
let that = this; let that = this;
HttpReq.truckDispatching.screenMapSetUpQuery({size:9999}).then((res) => { HttpReq.truckDispatching.screenMapSetUpQuery({size:9999}).then((res) => {
if(true){; if(true){;
//console.log(res);
let data1 = []; let data1 = [];
for(let key in res){ for(let key in res){
that.weilanName.push(key); that.weilanName.push(key);
...@@ -168,7 +167,6 @@ export default { ...@@ -168,7 +167,6 @@ export default {
this.$nextTick(()=>{ this.$nextTick(()=>{
if (this.appendToBody) { if (this.appendToBody) {
document.body.appendChild(this.$el) document.body.appendChild(this.$el)
console.log(465);
} }
if (this.mapKey) { if (this.mapKey) {
this.initMars3d(this.options) this.initMars3d(this.options)
......
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