소스 검색

no message

linwenxin 6 달 전
부모
커밋
04e04f753a
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/views/userManagement/masterManagement/index.vue

+ 3 - 1
src/views/userManagement/masterManagement/index.vue

@@ -919,7 +919,9 @@ export default {
     getList(p) {
       try {
         var pam = JSON.parse(JSON.stringify(p))
-        if (this.examineStatus) {
+        if (this.examineStatus === 'EXPIRED') {
+          pam.params.push({ param: 'b.isOverdue', compare: '=', value: 'YES' })
+        } else {
           pam.params.push({ param: 'b.examine_status', compare: '=', value: this.examineStatus })
         }
         return memberListPageV2(pam)