From 8544a2e3648244f1bea1a70c3aa8fb6583a845c4 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 25 Feb 2022 17:55:40 +0800 Subject: [PATCH] 27678 --- src/apps/AppIntegralAudit/detail.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/apps/AppIntegralAudit/detail.vue index 69182404..ca3842a7 100644 --- a/src/apps/AppIntegralAudit/detail.vue +++ b/src/apps/AppIntegralAudit/detail.vue @@ -166,7 +166,9 @@ export default { } else { this.$http.post(`/app/appvillagerintegralrule/list?current=1&size=10&auditIntegralType=${this.data.auditIntegralType}`).then(res=>{ if(res.code == 0){ - this.typeList = res.data.records + let typeAllList = [] + typeAllList = res.data.records + this.typeList = typeAllList.filter(item=>item.ruleStatus != 0) this.isShowOption=true } }) @@ -185,7 +187,10 @@ export default { }, integralType(e) { this.data.auditIntegralType = e[0].value - this.typeChange() + this.typeList.map((item) => { + if(item.ruleStatus==1) { + } + }) }, submit() { if(this.opts==1){