commit
This commit is contained in:
@@ -667,6 +667,8 @@ export default {
|
||||
} else {
|
||||
mes.form.endTime = ''
|
||||
}
|
||||
this.addFjList = mes.filesId
|
||||
this.form.fjListName = mes.filesName
|
||||
this.form = mes.form
|
||||
this.roleForm = mes.roleForm
|
||||
this.commentText1 = mes.commentText1 || ''
|
||||
@@ -831,8 +833,8 @@ export default {
|
||||
if (res.ok) {
|
||||
var json = Object.assign(this.form, this.roleForm)
|
||||
json.commentText = this.commentText1
|
||||
json.filesId = this.roleForm.dockUserList
|
||||
json.filesName = this.roleForm.dockUserListName
|
||||
json.filesId = this.addFjList
|
||||
json.filesName = this.form.fjListName
|
||||
this.$http.post('lawss/activiti/completeTask', {
|
||||
json: JSON.stringify(json),
|
||||
taskId: res.data,
|
||||
|
||||
@@ -838,7 +838,9 @@ export default {
|
||||
json: JSON.stringify({
|
||||
form: this.form,
|
||||
roleForm: this.roleForm,
|
||||
commentText1: this.commentText1
|
||||
commentText1: this.commentText1,
|
||||
filesId: this.addFjList,
|
||||
filesName: this.form.fjListName
|
||||
})
|
||||
}, {}, res => {
|
||||
if (res.ok) {
|
||||
|
||||
Reference in New Issue
Block a user