调整调用方
This commit is contained in:
@@ -358,7 +358,7 @@ export default {
|
||||
},
|
||||
async fetchAvailablePlans() {
|
||||
try {
|
||||
const response = await apiClient.plans.getPlans({ planType: '自定义任务' });
|
||||
const response = await apiClient.plans.getPlans({ plan_type: '自定义任务' });
|
||||
this.availablePlans = response.data.plans.filter(p =>
|
||||
p.id !== this.planId
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user