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

}, },
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.queryParams.ruleName = undefined
this.queryParams.userName = undefined
this.queryParams.nickName = undefined
this.resetForm('queryForm') this.resetForm('queryForm')
this.handleQuery() this.handleQuery()
}, },

Loading…
Cancel
Save