Commit 17516e38 authored by 黄奎's avatar 黄奎

页面修改

parent 4cfecefa
...@@ -172,7 +172,6 @@ export default { ...@@ -172,7 +172,6 @@ export default {
this.showCareer=false this.showCareer=false
}) })
this.MsgBus.$on("changeTheme",t=>{ this.MsgBus.$on("changeTheme",t=>{
console.log('theme type:'+t)
this.isRed=t==1; this.isRed=t==1;
}) })
} }
......
...@@ -309,15 +309,11 @@ export default { ...@@ -309,15 +309,11 @@ export default {
this.chosenStep=0 this.chosenStep=0
}, },
changeMapping(d){ changeMapping(d){
console.log('in.....',d)
if(d){ if(d){
let t=d.split('_') let t=d.split('_')
// this.agentChosenArea[t[1]].targetId=t[0]
this.agentChosenArea[t[1]].targetId=d this.agentChosenArea[t[1]].targetId=d
console.log(this.agentChosenArea[t[1]].targetId)
this.$forceUpdate() this.$forceUpdate()
} }
//this.agentChosenArea[i].targetId=id
}, },
sureAgentArea(){ sureAgentArea(){
if(this.chosenStep==0 && this.agentChosenArea.length>0){ if(this.chosenStep==0 && this.agentChosenArea.length>0){
...@@ -395,7 +391,6 @@ export default { ...@@ -395,7 +391,6 @@ export default {
this.agentChosenArea.forEach((x,i)=>{ this.agentChosenArea.forEach((x,i)=>{
x.targetId= x.targetId+"_"+i x.targetId= x.targetId+"_"+i
}) })
console.log(this.agentChosenArea)
} }
} catch (error) {} } catch (error) {}
} }
......
...@@ -337,7 +337,6 @@ ...@@ -337,7 +337,6 @@
}); });
} }
this.dataList = tempArray; this.dataList = tempArray;
console.log("this.dataList", this.dataList)
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
......
...@@ -117,7 +117,6 @@ ...@@ -117,7 +117,6 @@
showTime: { showTime: {
handler: function (v, ov) { handler: function (v, ov) {
this.isshowtime = v; this.isshowtime = v;
console.log(v)
}, },
deep: true, deep: true,
}, },
......
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