优化
This commit is contained in:
parent
a88d4660bc
commit
941e570b51
@ -306,14 +306,12 @@ export default {
|
||||
},
|
||||
// 催办
|
||||
handleCuiban () {
|
||||
if (!this.info) return
|
||||
this.$confirm('确认对该节点处理人进行催办?', '提示', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
}).then(async () => {
|
||||
const obj = { status: 3, menuName: '催办了' }
|
||||
if (this.info) obj.flowRecordId = this.info.flowRecordId
|
||||
const params = Object.assign({}, this.form, { resultRecordId: this.resultRecordId || '' }, obj)
|
||||
this.$loadingStart()
|
||||
let res = await apiSaveapproval(params)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user