新增传动、炉火写入页面新增修改开关

This commit is contained in:
2026-01-02 14:30:52 +08:00
parent 74c5267aeb
commit 83e335cf6a
2 changed files with 10 additions and 18 deletions

View File

@@ -166,7 +166,7 @@ export default {
this.lastSuccess = lastRes && lastRes.code === 200 ? lastRes.data : null
// plans / 获取计划
const planRes = await listPlan({ status: 'NEW,READY' })
const planRes = await listPlan({ status: 'NEW,READY,ONLINE,PRODUCING' })
const planList = planRes.rows || []
const tasks = planList.map(async (p) => {