소스 검색

修复【ID1005508】bug单

zhangdan 4 년 전
부모
커밋
f05f627514
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/userInfo/userManageList.vue

+ 1 - 1
src/views/userInfo/userManageList.vue

@@ -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
       }