27635
This commit is contained in:
@@ -175,7 +175,7 @@
|
|||||||
this.form.auditRuleId = ''
|
this.form.auditRuleId = ''
|
||||||
this.instance.post(`/app/appvillagerintegralrule/list?size=1000&classification=${e}`).then(res => {
|
this.instance.post(`/app/appvillagerintegralrule/list?size=1000&classification=${e}`).then(res => {
|
||||||
if (res?.code == 0) {
|
if (res?.code == 0) {
|
||||||
this.ruleList = res.data.records.map(v => {
|
this.ruleList = res.data.records.filter(v => v.ruleStatus === '1').map(v => {
|
||||||
return {
|
return {
|
||||||
dictName: v.ruleName,
|
dictName: v.ruleName,
|
||||||
dictValue: v.id,
|
dictValue: v.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user