Commit 98bdf568 authored by 吴志坤's avatar 吴志坤

基础信息

parent 333f06bb
...@@ -385,10 +385,7 @@ export default { ...@@ -385,10 +385,7 @@ export default {
ptype: undefined, ptype: undefined,
pgx: undefined, pgx: undefined,
roleKey: undefined, roleKey: undefined,
roleSort: 0,
flag: undefined, flag: undefined,
menuIds: [],
menuName: undefined,
deptIds: [], deptIds: [],
menuCheckStrictly: true, menuCheckStrictly: true,
deptCheckStrictly: true, deptCheckStrictly: true,
...@@ -406,7 +403,8 @@ export default { ...@@ -406,7 +403,8 @@ export default {
this.queryParams = { this.queryParams = {
page: 1, page: 1,
rows: 10, rows: 10,
ptype: '' ptype: '',
delFlag: 0
} }
this.resetForm('queryForm') this.resetForm('queryForm')
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