Browse Source

update

feature/history-20250108
gzt 8 months ago
parent
commit
88c9c2ff83
  1. 2
      src/pages/Index/Regular/Consumables.vue

2
src/pages/Index/Regular/Consumables.vue

@ -372,7 +372,7 @@ const updateTipNum = async ({ index, tipNum }: { index: number; tipNum: number }
//
try {
if (deviceStore.status === 'IDLE') {
await updateTipsNum({ group: `CG`${ index }`, num: tipNum })
await updateTipsNum({ group: `CG${index}`, num: tipNum })
} else {
ElMessage.error('设备正在工作,无法修改数值')
}

Loading…
Cancel
Save