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()
},
// 多选框选中数据