系数校准动态通道数

This commit is contained in:
sjl
2024-12-23 15:08:14 +08:00
15 changed files with 824 additions and 1708 deletions

View File

@@ -430,8 +430,6 @@ onBeforeMount(async () => {
};
planList.value = (await getPlanListByPattern(reqPlan)) as ResultData<Plan.ReqPlan[]>;
console.log('qqq', planList.value)
if (planList.value.data[0].children[0]) {
currentId.value = planList.value.data[0].children[0].id;
}