Commit 458ddf4b authored by 沈翠玲's avatar 沈翠玲

修改报工

parent e9710f32
......@@ -351,7 +351,8 @@ export default {
...this.queryParams,
createStartTime: dayjs().subtract(5, 'minute').format('YYYY-MM-DD HH:mm:ss'),
createEndTime: dayjs().format('YYYY-MM-DD HH:mm:ss'),
userId: this.vuex_user.userId
userId: this.vuex_user.userId,
lastFeedback: true
}
return new Promise((resolve, reject) => {
this.$u.api.feedbacklist(params).then((res)=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment