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