From 2cad2645a8bd56f0d58dfe96df222b967440327d Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Thu, 11 Sep 2025 18:37:16 +0800 Subject: [PATCH] =?UTF-8?q?flx:=E4=BF=AE=E6=94=B9=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E6=97=A5=E5=BF=97sn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/companyAdmin/operationLog.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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];