浏览代码

no message

linwenxin 5 月之前
父节点
当前提交
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)