Commit 0d1ba336 authored by 张伯涛's avatar 张伯涛

修改

parent abf284ae
......@@ -560,7 +560,13 @@ export default {
/** 重置按钮操作 */
resetQuery() {
// this.dateRange = []
this.resetForm('queryForm')
this.queryParams = {
page: 1,
rows: 10,
roleName: '',
roleKey: '',
flag: ''
}
this.handleQuery()
},
// 多选框选中数据
......
......@@ -422,6 +422,7 @@ export default {
deptChildren: [],
// 表单参数
form: {
deptId: null,
username: '',
phone: '',
email: '',
......@@ -639,7 +640,7 @@ export default {
reset() {
this.form = {
userId: '',
deptId: '',
deptId: null,
phone: '',
username: '',
userType: '',
......
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