|
@@ -228,7 +228,7 @@
|
|
this.ruleTypeList = typeListData;
|
|
this.ruleTypeList = typeListData;
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- api.getTypesList({}).then((res) => {
|
|
|
|
|
|
+ api.getTypesList({planCode:'rule'}).then((res) => {
|
|
if (res.data.code == '0') {
|
|
if (res.data.code == '0') {
|
|
const data = res.data.data;
|
|
const data = res.data.data;
|
|
this.ruleTypeList = data;
|
|
this.ruleTypeList = data;
|