[update] 主起草人发布节点自动插入签章
This commit is contained in:
@@ -1954,6 +1954,13 @@ export default {
|
|||||||
console.log(e)
|
console.log(e)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
if (!!this.form.processId) {
|
||||||
|
let timer = setTimeout(() => {
|
||||||
|
this.insertSignatureInfo()
|
||||||
|
clearTimeout(timer)
|
||||||
|
timer = null
|
||||||
|
}, 1600)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* 添加新制定标准化文件格式前言
|
* 添加新制定标准化文件格式前言
|
||||||
|
|||||||
Reference in New Issue
Block a user