update 标准法规入库/变更流程
This commit is contained in:
@@ -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(',')
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user