Commit b534f7d2 authored by 高宇's avatar 高宇

删除菜单

parent 46025f65
......@@ -483,12 +483,12 @@ export default {
next()
},
created() {
this.resetQuery()
if (this.$store.getters.searchParams[this.$route.path]) {
const { searchParams } = this.$store.getters; const { path } = this.$route
const param = JSON.parse(searchParams[path]) // 保留着的查询条件
this.queryParams = { ...param }
}
// this.resetQuery()
// if (this.$store.getters.searchParams[this.$route.path]) {
// const { searchParams } = this.$store.getters; const { path } = this.$route
// const param = JSON.parse(searchParams[path]) // 保留着的查询条件
// this.queryParams = { ...param }
// }
this.getList()
},
methods: {
......@@ -762,7 +762,8 @@ export default {
phd: '',
prank: '',
pstatus: '',
ptype: '1'
ptype: '1',
delFlag: 0
}
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