Browse Source

删除页面多余console

V1.0
PLUTO 2 years ago
parent
commit
72990a0964
  1. BIN
      src/assets/images/home/firstLevel.png
  2. 1
      src/views/dataBoard/organizational/dangTree/index.vue
  3. 1
      src/views/dataBoard/organizational/microgrid/index.vue
  4. 1
      src/views/dataBoard/overview/components/jdwgy.vue
  5. 1
      src/views/dataBoard/overview/components/sq12345.vue
  6. 1
      src/views/dataBoard/overview/familyPortrait/index.vue
  7. 4
      src/views/dataBoard/overview/index.vue
  8. 1
      src/views/dataBoard/satisfactionEval/dissatisfiedPersonnel/index.vue

BIN
src/assets/images/home/firstLevel.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

1
src/views/dataBoard/organizational/dangTree/index.vue

@ -66,7 +66,6 @@ export default {
//
getDataPLevel(data) {
console.log("data", data);
data.forEach((item) => {
this.levelArr.push(item.partyOrgLevel);
if (item.children && item.children.length > 0) {

1
src/views/dataBoard/organizational/microgrid/index.vue

@ -199,7 +199,6 @@ export default {
this.rowId = null;
},
handleView(row) {
console.log("this.itemNav::", this.itemNav);
this.rowId = row.id;
if (this.itemNav === 1 || this.itemNav === 2) {
this.showDialogEvent = true;

1
src/views/dataBoard/overview/components/jdwgy.vue

@ -140,7 +140,6 @@ export default {
} else {
this.$http.get("/actual/base/streetOverview/queryPersonnelGroup?level=" + this.currentLevelData.orgLevel + "&orgId=" + this.currentLevelData.orgId + "&personnelType=" + this.peopleType).then(({ data: { data } }) => {
this.loading = false;
console.log(data);
this.list = data.personnelInfoVOList;
this.unitList = data.departmentInfoVOList ? data.departmentInfoVOList : [];
this.$emit("setNum", data.orgPersonnelVOList);

1
src/views/dataBoard/overview/components/sq12345.vue

@ -129,7 +129,6 @@ export default {
const aniHeight =
this.$refs.animation4.querySelector(".tr").offsetHeight *
this.pmList.length;
console.log(aniHeight);
this.$refs.animation4.style.animation = `move4 ${this.pmList.length}s linear infinite`;
document.styleSheets[0].insertRule(
`@keyframes move4{0% {transform: translateY(0px);}100% {transform: translateY(-${aniHeight}px);}`,

1
src/views/dataBoard/overview/familyPortrait/index.vue

@ -43,7 +43,6 @@ export default {
// },
// },
activated() {
// console.log(this.$route.query);
const { name, name2, id, buId, type } = this.$route.query;
this.breadcrumbList[1].name = name2;
this.breadcrumbList[2].name = name;

4
src/views/dataBoard/overview/index.vue

@ -365,7 +365,6 @@ export default {
},
setNum(data) {
// data
console.log("hhghjgjhgjhgjh");
let params = [];
let org = this.orgData.children;
org.forEach((item) => {
@ -378,7 +377,6 @@ export default {
}]
})
let index = parseInt(coordinates.length / 2)
console.log(index,coordinates,'coordinates',coordinates2,this.getCenterPoint(coordinates2))
let centerLngLat = this.getCenterPoint(coordinates2)
// spliceIntoChunks
if (item2.orgId === item.id && item.coordinates) {
@ -393,9 +391,7 @@ export default {
});
});
// if (params.length) {
console.log("hhghjgjhgjhgjh111");
this.$refs.map.setNum(params);
console.log("hhghjgjhgjhgjh2222");
// }
},
upDownShow() {

1
src/views/dataBoard/satisfactionEval/dissatisfiedPersonnel/index.vue

@ -82,7 +82,6 @@ export default {
activated() {
this.title = this.$route.query.title;
let searchParams = JSON.parse(this.$route.query.searchParams);
console.log(searchParams);
this.queryParams = {
...this.queryParams,
...searchParams,

Loading…
Cancel
Save