27678
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user