修改任务清单的编辑

This commit is contained in:
qq787203167
2022-05-07 13:46:25 +08:00
parent d2d2839d12
commit ba8d83259b
7 changed files with 231 additions and 15 deletions
@@ -431,12 +431,13 @@
this.bussLogList()
},
DocumentSplitting() {
this.$router.push({
let newUrl = this.$router.resolve({
path: '/docManage/splite',
query: {
serial_number: this.$route.query.serial_number
}
})
window.open(newUrl.href, '_blank')
},
detailClick(val) {
let newUrl = this.$router.resolve({