Commit b534f7d2 authored by 高宇's avatar 高宇

删除菜单

parent 46025f65
...@@ -483,12 +483,12 @@ export default { ...@@ -483,12 +483,12 @@ export default {
next() next()
}, },
created() { created() {
this.resetQuery() // this.resetQuery()
if (this.$store.getters.searchParams[this.$route.path]) { // if (this.$store.getters.searchParams[this.$route.path]) {
const { searchParams } = this.$store.getters; const { path } = this.$route // const { searchParams } = this.$store.getters; const { path } = this.$route
const param = JSON.parse(searchParams[path]) // 保留着的查询条件 // const param = JSON.parse(searchParams[path]) // 保留着的查询条件
this.queryParams = { ...param } // this.queryParams = { ...param }
} // }
this.getList() this.getList()
}, },
methods: { methods: {
...@@ -762,7 +762,8 @@ export default { ...@@ -762,7 +762,8 @@ export default {
phd: '', phd: '',
prank: '', prank: '',
pstatus: '', pstatus: '',
ptype: '1' ptype: '1',
delFlag: 0
} }
this.handleQuery() this.handleQuery()
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment