commit
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user