flx:修改操作日志sn

This commit is contained in:
Rain_ 2025-09-11 18:37:16 +08:00
parent 9cc951979d
commit 2cad2645a8

View File

@ -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];