This commit is contained in:
zhutianqi
2022-03-02 10:23:56 +08:00
parent 92ff909a34
commit f5fa85de35
2 changed files with 7 additions and 3 deletions
@@ -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) {