Browse Source

周报列表

master
风继续吹 1 year ago
parent
commit
a5964792b7
3 changed files with 13 additions and 4 deletions
  1. +11
    -1
      pages/center/prohibited/index.vue
  2. +1
    -2
      pages/mine/messageList.vue
  3. +1
    -1
      pages/reportExcel/weekReport.vue

+ 11
- 1
pages/center/prohibited/index.vue View File

@@ -182,7 +182,7 @@
},
onLoad(options) {
this.LOADING = true
this.isnorefresh = options.refresh;
if (options.refresh) this.isnorefresh = options.refresh;
if (options.activeTotal) {
this.activeTotal = options.activeTotal
}
@@ -195,6 +195,16 @@
this.violatedStatus = options.violatedStatus
this.weijinTag = this.identList[options.violatedStatus].label
}
console.log(options)
if (options.projectId) {
this.buildingID = options.projectId;
this.recordList = [];
this.nextPage = 1;
this.isRefresh = false;
this.getMyCustom()
this.getFreeList();
this.isnorefresh = '';
}
},
onShow() {
this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');


+ 1
- 2
pages/mine/messageList.vue View File

@@ -202,11 +202,10 @@
if (this.pageNum != 1) {
this.updateAnnList = [...this.updateAnnList, ...res.data.data.list.results];
} else {

this.updateAnnList = res.data.data.list.results || []
}
}
console.log(this.updateAnnList)
},
fail: e => {
console.log(e)


+ 1
- 1
pages/reportExcel/weekReport.vue View File

@@ -187,7 +187,7 @@
顾问销讲执行率排名(TOP10)
</template>
<template v-else>
项目统计排名(TOP10)
项目销讲执行排名(TOP10)
</template>
</view>
<template v-if="isShowZXLTopList">


Loading…
Cancel
Save