From ab6b01bc41b14be36d41e2c227c0ada9964e5054 Mon Sep 17 00:00:00 2001 From: 77 <77@77.com> Date: Mon, 13 May 2024 01:04:32 +0800 Subject: [PATCH] 123 --- src/views/cai/anchor/index.vue | 11 ++++++++++- src/views/cai/anchorTop/anchor-top-dialog.vue | 13 +++++++++++-- src/views/cai/anchorTop/index.vue | 11 ++++++++++- 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/src/views/cai/anchor/index.vue b/src/views/cai/anchor/index.vue index 4d21689..958b3f3 100644 --- a/src/views/cai/anchor/index.vue +++ b/src/views/cai/anchor/index.vue @@ -28,6 +28,10 @@ /> + + - + + 搜索 重置 @@ -123,6 +127,7 @@ + @@ -225,7 +230,9 @@ export default { pageSize: 10, usercode: undefined, mobile: undefined, - onlineStatus: undefined + onlineStatus: undefined, + startPrice: undefined, + endPrice: undefined }, }; }, @@ -250,6 +257,8 @@ export default { /** 重置按钮操作 */ resetQuery() { this.resetForm("queryForm"); + this.queryParams.startPrice = undefined; + this.queryParams.endPrice = undefined; this.handleQuery(); }, // 多选框选中数据 diff --git a/src/views/cai/anchorTop/anchor-top-dialog.vue b/src/views/cai/anchorTop/anchor-top-dialog.vue index db21b37..17fe57e 100644 --- a/src/views/cai/anchorTop/anchor-top-dialog.vue +++ b/src/views/cai/anchorTop/anchor-top-dialog.vue @@ -17,6 +17,10 @@ @keyup.enter.native="handleQuery" /> + + - + + + + - + + - + + + @@ -166,7 +171,9 @@ export default { usercode: undefined, nickname: undefined, mobile: undefined, - topStatus: undefined + topStatus: undefined, + startPrice: undefined, + endPrice: undefined } } }, @@ -191,6 +198,8 @@ export default { /** 重置按钮操作 */ resetQuery() { this.resetForm('queryForm') + this.queryParams.startPrice = undefined; + this.queryParams.endPrice = undefined; this.handleQuery() }, // 多选框选中数据