Browse Source

优化

feature/dev_worklog2
dai 3 years ago
parent
commit
084c1ece24
  1. 2
      src/assets/scss/modules/visual/command.scss
  2. 15
      src/views/modules/visual/command/index.vue

2
src/assets/scss/modules/visual/command.scss

@ -63,7 +63,7 @@
.m-search { .m-search {
position: absolute; position: absolute;
z-index: 200; z-index: 4;
left: 0; left: 0;
right: 0; right: 0;
top: 30px; top: 30px;

15
src/views/modules/visual/command/index.vue

@ -18,7 +18,7 @@
<people v-if="orgLevel === 'people'" :uid="selUserId" /> <people v-if="orgLevel === 'people'" :uid="selUserId" />
<div v-show="orgLevel !== 'people'" class="g-cnt"> <div class="g-cnt">
<div class="m-map" @click="handleClickMapBox"> <div class="m-map" @click="handleClickMapBox">
<grid-map <grid-map
ref="map" ref="map"
@ -207,9 +207,11 @@
@handleClose="handleClose" @handleClose="handleClose"
/> />
<!-- <people v-if="pageType==='watch-resi'" <people
v-if="pageType === 'watch-resi'"
:uid="icResiUserId" :uid="icResiUserId"
ref="ref_people"></people> --> ref="ref_people"
></people>
</div> </div>
</template> </template>
@ -482,8 +484,11 @@ export default {
}; };
} }
} else if (type == "watch-resi") { } else if (type == "watch-resi") {
this.toSubAgency("people", info.icResiUserId); // this.toSubAgency("people", info.icResiUserId);
this.icResiUserId = info.icResiUserId; this.icResiUserId = info.icResiUserId;
this.$router.push({
path: `/main-shuju/visual-basicinfo-people/${info.icResiUserId}`,
});
// //
} else if (type == "watch-event") { } else if (type == "watch-event") {
// //
@ -550,7 +555,7 @@ export default {
this.categoryKeys2 = [obj.categoryKey]; this.categoryKeys2 = [obj.categoryKey];
this.placeType2 = obj.placeType; this.placeType2 = obj.placeType;
this.categoryNames2 = [obj.categoryName]; this.categoryNames2 = [obj.categoryName];
console.log(obj) console.log(obj);
}, },
handleChangeMenu(list) { handleChangeMenu(list) {

Loading…
Cancel
Save