This commit is contained in:
shijingjing
2022-02-25 17:55:40 +08:00
parent 5a55db1dc5
commit 8544a2e364

View File

@@ -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){