Commit c5759907 authored by Smile's avatar Smile Committed by wux

会员等级页面重置按钮修改

parent 8b2b7d64
......@@ -211,6 +211,13 @@ export default {
this.handleQuery()
},
methods: {
resetQuery(){
this.dateRangeCreateTime=[]
this.queryParams= {
pageNo: 1,
pageSize: 10
}
},
handleUpdate(row) {
this.$router.push({
path: "/member/operatingLevel",
......
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