Browse Source

乐豆明细 切换查询条件时先清空数据

1004749546@qq.com 4 years ago
parent
commit
c90e75e27c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/userCenter/ldDetailed.vue

+ 1 - 0
pages/userCenter/ldDetailed.vue

@@ -110,6 +110,7 @@
 		methods:{
 		methods:{
 			// 搜索查询
 			// 搜索查询
 			searchHandle () {
 			searchHandle () {
+				this.listdata = []
 				this.status = "loading"
 				this.status = "loading"
 				let params = Object.assign(this.queryParam,this.queryDate)
 				let params = Object.assign(this.queryParam,this.queryDate)
 				console.log(params,'pppppppp')
 				console.log(params,'pppppppp')