diff --git a/src/views/companyAdmin/operationLog.vue b/src/views/companyAdmin/operationLog.vue index 0bc9cbe4..d7697cdd 100644 --- a/src/views/companyAdmin/operationLog.vue +++ b/src/views/companyAdmin/operationLog.vue @@ -281,10 +281,10 @@ export default { let data = this.searchForm; data.pageNo = this.pageNo; data.pageSize = this.pageSize; - // data.sn = this.$store.state.userInfo.sn || - // this.$store.state.userInfo.headquartersSn; - // data.projectSn = this.$store.state.projectSn; - data.sn = this.$store.state.projectSn + data.sn = this.$store.state.userInfo.sn || + this.$store.state.userInfo.headquartersSn || this.$store.state.projectSn; + // data.projectSn = this.$store.state.projectSn; + // data.sn = this.$store.state.projectSn if (this.daterange) { data.startTime = this.daterange[0]; data.endTime = this.daterange[1];