commit
This commit is contained in:
@@ -410,10 +410,10 @@
|
|||||||
handleSave() {
|
handleSave() {
|
||||||
this.saveLoading = true
|
this.saveLoading = true
|
||||||
let _formData = new FormData()
|
let _formData = new FormData()
|
||||||
this.form.docUser = this.newDocUser
|
|
||||||
_formData.append('taskIds', this.taskIds)
|
_formData.append('taskIds', this.taskIds)
|
||||||
_formData.append('json', JSON.stringify({
|
_formData.append('json', JSON.stringify({
|
||||||
form: this.form,
|
form: this.form,
|
||||||
|
docUser: this.newDocUser,
|
||||||
commentText3: this.commentText3,
|
commentText3: this.commentText3,
|
||||||
}))
|
}))
|
||||||
saveTaskForPub(_formData).then(res => {
|
saveTaskForPub(_formData).then(res => {
|
||||||
@@ -469,7 +469,6 @@
|
|||||||
pId: this.pId
|
pId: this.pId
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
let data = JSON.parse(res.mesg)
|
let data = JSON.parse(res.mesg)
|
||||||
console.log(data);
|
|
||||||
let commitStatus = res.commitStatus
|
let commitStatus = res.commitStatus
|
||||||
if(commitStatus && commitStatus > 0){
|
if(commitStatus && commitStatus > 0){
|
||||||
this.acceptShow = true
|
this.acceptShow = true
|
||||||
@@ -490,7 +489,7 @@
|
|||||||
this.form.fileName = data.form? data.form.fileName : ''
|
this.form.fileName = data.form? data.form.fileName : ''
|
||||||
this.form.fileId = data.form ? data.form.fileId : ''
|
this.form.fileId = data.form ? data.form.fileId : ''
|
||||||
this.form.dyhz = data.form ? data.form.dyhz : ''
|
this.form.dyhz = data.form ? data.form.dyhz : ''
|
||||||
this.newDocUser = data.form ? data.form.docUser : data.docUser
|
this.newDocUser = data.docUser
|
||||||
this.form.fileList = data.form ? data.form.fileList : []
|
this.form.fileList = data.form ? data.form.fileList : []
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user