Parcourir la source

周报列表

master
风继续吹 il y a 1 an
Parent
révision
a5964792b7
3 fichiers modifiés avec 13 ajouts et 4 suppressions
  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 Voir le fichier

@@ -182,7 +182,7 @@
}, },
onLoad(options) { onLoad(options) {
this.LOADING = true this.LOADING = true
this.isnorefresh = options.refresh;
if (options.refresh) this.isnorefresh = options.refresh;
if (options.activeTotal) { if (options.activeTotal) {
this.activeTotal = options.activeTotal this.activeTotal = options.activeTotal
} }
@@ -195,6 +195,16 @@
this.violatedStatus = options.violatedStatus this.violatedStatus = options.violatedStatus
this.weijinTag = this.identList[options.violatedStatus].label 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() { onShow() {
this.userInfo = uni.getStorageSync('weapp_session_userInfo_data'); this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');


+ 1
- 2
pages/mine/messageList.vue Voir le fichier

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

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


+ 1
- 1
pages/reportExcel/weekReport.vue Voir le fichier

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


Chargement…
Annuler
Enregistrer