Browse Source

重置方法初始化值

master
1341924763@qq.com 1 week ago
parent
commit
350bec84e2
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/views/nianjiaguanli/yueguanli/index.vue

+ 2
- 1
src/views/nianjiaguanli/yueguanli/index.vue View File

@@ -343,7 +343,8 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
this.queryParams.ruleName = undefined
this.queryParams.userName = undefined
this.queryParams.nickName = undefined
this.resetForm('queryForm')
this.handleQuery()
},

Loading…
Cancel
Save