|
@@ -210,7 +210,7 @@ export default {
|
|
|
},
|
|
|
refresh () {
|
|
|
// const isVal = this.queryParam.currentGoldMin && this.queryParam.currentGoldMin != 0
|
|
|
- if (((this.queryParam.currentGoldMin && this.queryParam.currentGoldMin != 0) && this.queryParam.currentGoldMax) && (this.queryParam.currentGoldMin >= this.queryParam.currentGoldMax)) {
|
|
|
+ if (((this.queryParam.currentGoldMin && this.queryParam.currentGoldMin != 0) && this.queryParam.currentGoldMax) && (this.queryParam.currentGoldMin > this.queryParam.currentGoldMax)) {
|
|
|
this.$message.error('请输入正确的查询范围!')
|
|
|
return
|
|
|
}
|