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