lion 1 year ago
parent 4bbc6e3833
commit 35a793c95c

@ -374,8 +374,8 @@
changeDateRange(e) { changeDateRange(e) {
console.log("e", e) console.log("e", e)
if (e) { if (e) {
this.modalSelect.start_date = e[0] + ' 00:00:00' this.modalSelect.start_date = e[0]
this.modalSelect.end_date = e[1] + ' 23:59:59' this.modalSelect.end_date = e[1]
this.changeSelect = true this.changeSelect = true
} else { } else {
this.modalSelect.start_date = '' this.modalSelect.start_date = ''

@ -74,9 +74,10 @@ export default {
table: [ table: [
{ {
title: '人员', title: '人员',
key: 'flow.creator.name', key: 'renyuan_name',
width: 120, width: 120,
align: 'left', align: 'left',
// flow.creator.name
}, },
{ {
title: '去向', title: '去向',

@ -83,7 +83,7 @@
'Authorization': `Bearer ${getToken()}` 'Authorization': `Bearer ${getToken()}`
}, },
params: { params: {
// date:'2025-03-05' date:'2025-03-05'
} }
}) })
console.log("res", res) console.log("res", res)

Loading…
Cancel
Save