Commit 8a1cbfc6 authored by Smile's avatar Smile Committed by wux

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

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