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