This commit is contained in:
zhutianqi
2021-12-31 15:56:01 +08:00
parent f0c9163df1
commit 40dee75a66
2 changed files with 5 additions and 2 deletions
@@ -464,6 +464,7 @@
name: "bzjdStep3",
data() {
return {
AOLIGEI: '',
commentText3: '',
BDtext: false,
itemsNum: '',
@@ -746,7 +747,8 @@
roleForm: this.roleForm,
commentText3: this.commentText3,
itemList: this.itemList,
standInData: this.sarType
standInData: this.sarType,
AOLIGEI: this.AOLIGEI
}))
saveTaskForPub(_formData).then(res => {
this.saveLoading = false
@@ -826,6 +828,7 @@
var json = this.json
json.commentText = this.commentText3
json.itemList = this.itemList
json.AOLIGEI = this.AOLIGEI
this.$http.post('lawss/activiti/completeTask', {
json: JSON.stringify(json),
taskId: this.taskIds,
@@ -858,6 +861,7 @@
this.acceptShow = false
this.submitShow = true
}
this.AOLIGEI = data.AOLIGEI
this.commentText3 = data.commentText3 || ''
this.todoId = res.id
this.form.itemsNum = data.itemsNum || data.form.itemsNum
@@ -441,7 +441,6 @@
var json = this.json
json.resolveFlag = 1
json.commentText = this.commentText4
json.AOLIGEI = this.AOLIGEI
this.$http.post('lawss/activiti/completeTask', {
json: JSON.stringify(json),
taskId: this.taskIds,