Browse Source

解决申请人待办工作,点击办理,重新选择车辆,点击保存和提交没反应,且列表内容无变化

zhanglei
yxt_djz 3 years ago
parent
commit
aa2d21ada0
  1. 33
      anrui-scm/anrui-scm-ui/src/views/workFlow/caigoutuikuFlow/caigoutuikuEdit.vue

33
anrui-scm/anrui-scm-ui/src/views/workFlow/caigoutuikuFlow/caigoutuikuEdit.vue

@ -294,12 +294,13 @@
this.stopList.comment = this.comment
request.breakTask(this.stopList).then((response) => {
if (response.code === '200') {
this.$notify({
title: '提示',
message: '执行成功',
type: 'success',
duration: 2000
})
window.parent.postMessage({
cmd: 'returnHeight',
params: {
//
code: 1
}
}, '*')
// this.refreshIt()
} else {
this.$notify({
@ -318,9 +319,13 @@
this.submitdisabled = true
req.save(this.formobj).then(resp => {
this.submitdisabled = false
if (resp.success) {
_this.handleReturn('true')
}
window.parent.postMessage({
cmd: 'returnHeight',
params: {
//
code: 1
}
}, '*')
}).catch(() => {
this.submitdisabled = false
})
@ -341,9 +346,13 @@
this.submitdisabled = true
req.submitVehicleReturn(this.formobj).then(resp => {
this.submitdisabled = false
if (resp.success) {
_this.handleReturn('true')
}
window.parent.postMessage({
cmd: 'returnHeight',
params: {
//
code: 1
}
}, '*')
}).catch(() => {
this.submitdisabled = false
})

Loading…
Cancel
Save