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", name: "bzjdStep3",
data() { data() {
return { return {
AOLIGEI: '',
commentText3: '', commentText3: '',
BDtext: false, BDtext: false,
itemsNum: '', itemsNum: '',
@@ -746,7 +747,8 @@
roleForm: this.roleForm, roleForm: this.roleForm,
commentText3: this.commentText3, commentText3: this.commentText3,
itemList: this.itemList, itemList: this.itemList,
standInData: this.sarType standInData: this.sarType,
AOLIGEI: this.AOLIGEI
})) }))
saveTaskForPub(_formData).then(res => { saveTaskForPub(_formData).then(res => {
this.saveLoading = false this.saveLoading = false
@@ -826,6 +828,7 @@
var json = this.json var json = this.json
json.commentText = this.commentText3 json.commentText = this.commentText3
json.itemList = this.itemList json.itemList = this.itemList
json.AOLIGEI = this.AOLIGEI
this.$http.post('lawss/activiti/completeTask', { this.$http.post('lawss/activiti/completeTask', {
json: JSON.stringify(json), json: JSON.stringify(json),
taskId: this.taskIds, taskId: this.taskIds,
@@ -858,6 +861,7 @@
this.acceptShow = false this.acceptShow = false
this.submitShow = true this.submitShow = true
} }
this.AOLIGEI = data.AOLIGEI
this.commentText3 = data.commentText3 || '' this.commentText3 = data.commentText3 || ''
this.todoId = res.id this.todoId = res.id
this.form.itemsNum = data.itemsNum || data.form.itemsNum this.form.itemsNum = data.itemsNum || data.form.itemsNum
@@ -441,7 +441,6 @@
var json = this.json var json = this.json
json.resolveFlag = 1 json.resolveFlag = 1
json.commentText = this.commentText4 json.commentText = this.commentText4
json.AOLIGEI = this.AOLIGEI
this.$http.post('lawss/activiti/completeTask', { this.$http.post('lawss/activiti/completeTask', {
json: JSON.stringify(json), json: JSON.stringify(json),
taskId: this.taskIds, taskId: this.taskIds,