修改握手流程时间传参

This commit is contained in:
qq787203167
2022-04-27 14:31:52 +08:00
parent a7d65168b6
commit f53e57922b
2 changed files with 9 additions and 10 deletions
@@ -209,7 +209,7 @@
})
},
completeTask(value, handlingTime) {
let json = Object.assign({ handlingTime: handlingTime }, this.queryBy, value)
let json = Object.assign( this.queryBy,{ handlingTime: handlingTime }, value)
let data = JSON.stringify(json).replace(/\"/g, '\'')
let query = {
userid: this.userInfo().id,