27678
This commit is contained in:
@@ -166,7 +166,9 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.$http.post(`/app/appvillagerintegralrule/list?current=1&size=10&auditIntegralType=${this.data.auditIntegralType}`).then(res=>{
|
this.$http.post(`/app/appvillagerintegralrule/list?current=1&size=10&auditIntegralType=${this.data.auditIntegralType}`).then(res=>{
|
||||||
if(res.code == 0){
|
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
|
this.isShowOption=true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -185,7 +187,10 @@ export default {
|
|||||||
},
|
},
|
||||||
integralType(e) {
|
integralType(e) {
|
||||||
this.data.auditIntegralType = e[0].value
|
this.data.auditIntegralType = e[0].value
|
||||||
this.typeChange()
|
this.typeList.map((item) => {
|
||||||
|
if(item.ruleStatus==1) {
|
||||||
|
}
|
||||||
|
})
|
||||||
},
|
},
|
||||||
submit() {
|
submit() {
|
||||||
if(this.opts==1){
|
if(this.opts==1){
|
||||||
|
|||||||
Reference in New Issue
Block a user