对接握手流程
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
methods: {
|
||||
...mapGetters(['userInfo']),
|
||||
terminationProcess() {
|
||||
|
||||
this.completeTask({ flag: 2 })
|
||||
},
|
||||
submit() {
|
||||
this.$refs.examineInformationRef.submit(function(res) {
|
||||
@@ -174,7 +174,7 @@
|
||||
})
|
||||
},
|
||||
completeTask(value) {
|
||||
let json = Object.assign({}, value, this.queryBy)
|
||||
let json = Object.assign({}, this.queryBy, value)
|
||||
let data = JSON.stringify(json).replace(/\"/g, '\'')
|
||||
let query = {
|
||||
userid: this.userInfo().id,
|
||||
|
||||
Reference in New Issue
Block a user