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

修改

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