提交 4aaca1d6 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 d45f7b6a
...@@ -146,10 +146,9 @@ export default { ...@@ -146,10 +146,9 @@ export default {
mounted() { mounted() {
this.VueEvent.$off('command-tablelist-x').$on('command-tablelist-x', data => { this.VueEvent.$off('command-tablelist-x').$on('command-tablelist-x', data => {
if (data.command.command === 're-start') { if (data.command.command === 're-start') {
this.$router.push({ path: '/app/offices', query: { channel: 'retake' } }) const _data = data.tableData[data.index - 1]
// const _data = data.tableData[data.index - 1] window.localStorage.setItem('rebuild', JSON.stringify(_data))
// window.localStorage.setItem('rebuild', JSON.stringify(_data)) this.$router.push({ path: '/app/grade/rebuild' })
// this.$router.push({ path: '/app/grade/rebuild' })
} }
}) })
} }
......
...@@ -123,7 +123,8 @@ export default { ...@@ -123,7 +123,8 @@ export default {
mounted () {}, mounted () {},
methods: { methods: {
nextPage () { nextPage () {
this.isNext = false // this.isNext = false
this.$router.push({ path: '/app/offices', query: { channel: 'retake' } })
}, },
handleChange1 (file, filelist) { handleChange1 (file, filelist) {
this.file1.name = file.raw.name this.file1.name = file.raw.name
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论