修改握手流程时间传参
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user