flx:修改操作日志sn
This commit is contained in:
parent
9cc951979d
commit
2cad2645a8
@ -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.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
|
||||
// data.sn = this.$store.state.projectSn
|
||||
if (this.daterange) {
|
||||
data.startTime = this.daterange[0];
|
||||
data.endTime = this.daterange[1];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user