更名流程不管是否起草节点批准完成后都生成新代办

This commit is contained in:
SUNJIABIN
2023-06-28 17:09:09 +08:00
parent 70f117f655
commit 0868863aa0
@@ -553,9 +553,9 @@ export default {
if (res.success) {
this.addLog(this.qbfsForm)
this.$message.success(res.message)
if(this.type === '4' && data.isNot === '1'){
if(this.type === '4'){
this.batchToDoTasks(data.ids).then((result)=>{
if(result.success){
if(result.ok){
console.log(result)
this.$router.push('/processCenter')
}