update 标准法规入库/变更流程

This commit is contained in:
赵霄
2023-12-01 15:36:05 +08:00
parent 281938eb7b
commit a41e859785
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -64,7 +64,9 @@ export const WorkCenterMixin = {
},
// 操作完成返回
goBack () {
setTimeout(() => {
let timer = setTimeout(() => {
clearTimeout(timer)
timer = null
this.$router.go(-1)
}, 700)
},
@@ -618,6 +618,7 @@ export default {
}
}).finally(() => {
this.loading = false
resolve()
})
})
},
@@ -785,7 +786,7 @@ export default {
// 说明是树选择
formInline[res] = formInline[res].map(item => item.value).join(',')
} else {
formInline[res] = formInline[res].josn(',')
formInline[res] = formInline[res].join(',')
}
}
})