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