Commit 74d1fb53 authored by 黄奎's avatar 黄奎

11

parent 56617871
......@@ -653,7 +653,7 @@ export default {
TotalCount: 0,
PageCount: 0,
priceModel: {
min: 1,
min: 100,
max: 100000,
},
CitiesList: [],
......@@ -679,10 +679,10 @@ export default {
handler(newVal, oldVal) {
this.msg = JSON.parse(JSON.stringify(this.qMsg));
this.msg.priceRange = {
min: 1,
min: 100,
max: 100000,
};
this.msg.StartPrice = 0;
this.msg.StartPrice = 100;
this.msg.EndPrice = 100000;
this.dayArray.forEach((x) => {
x.checked = false;
......
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