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