排查处理

main
limingtao 11 months ago
parent 63fcdd2a69
commit f838d8bbb1
  1. 1
      pages/investigation/task.vue
  2. 2187
      pages/map/index.vue
  3. 6
      pages/mine/index.vue

@ -500,7 +500,6 @@
this.sectionCode = e.sectionCode this.sectionCode = e.sectionCode
this.name = e.taskName this.name = e.taskName
this.sectionName = e.sectionName this.sectionName = e.sectionName
console.log(e)
this.type = e.type; this.type = e.type;
this.getBaseData(e.id); this.getBaseData(e.id);

File diff suppressed because it is too large Load Diff

@ -80,7 +80,7 @@ const base64Avatar ='data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYA
timer: null, timer: null,
num: 0, num: 0,
dataInfo: {}, dataInfo: {},
tabbarShow: true tabbarShow: true,
// funcList: [ // funcList: [
// { id:1,name:'',url:'/pages/logIn/userInfo',icon:'/mine/userinfo.png' }, // { id:1,name:'',url:'/pages/logIn/userInfo',icon:'/mine/userinfo.png' },
// { id:2,name:'',url:'/pages/mine/insurance',icon:'/mine/insurance.png' }, // { id:2,name:'',url:'/pages/mine/insurance',icon:'/mine/insurance.png' },
@ -89,6 +89,7 @@ const base64Avatar ='data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYA
// { id:5,name:'',url:'/pages/mine/jobfind',icon:'/mine/jobfind.png' }, // { id:5,name:'',url:'/pages/mine/jobfind',icon:'/mine/jobfind.png' },
// { id:6,name:'',url:'/pages/mine/worker',icon:'/mine/jobfind.png' }, // { id:6,name:'',url:'/pages/mine/worker',icon:'/mine/jobfind.png' },
// ] // ]
} }
}, },
computed: { computed: {
@ -131,7 +132,8 @@ const base64Avatar ='data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYA
onHide() { onHide() {
// this.timer && clearInterval(this.timer) // this.timer && clearInterval(this.timer)
}, },
onLoad() { onLoad(e) {
}, },
methods: { methods: {

Loading…
Cancel
Save