浏览代码

重置方法初始化值

master
1341924763@qq.com 1周前
父节点
当前提交
350bec84e2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/views/nianjiaguanli/yueguanli/index.vue

+ 2
- 1
src/views/nianjiaguanli/yueguanli/index.vue 查看文件

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

正在加载...
取消
保存