From eacc7b20f5ed09a4e721129e011fae0b94f23869 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期二, 21 一月 2025 10:00:03 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/api/mdc.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/api/mdc.js b/src/api/mdc.js index c1d0fd0..587c235 100644 --- a/src/api/mdc.js +++ b/src/api/mdc.js @@ -40,5 +40,8 @@ // 鍒犻櫎璁惧鍙傛暟闃堝�� deleteParamThresholdApi: id => deleteAction('/mdc/mdcEquipmentThreshold/delete', { id }), // 鍒犻櫎璁惧鍙傛暟闃堝�� - deleteBatchParamThresholdApi: ids => deleteAction('/mdc/mdcEquipmentThreshold/deleteBatch', { ids }) + deleteBatchParamThresholdApi: ids => deleteAction('/mdc/mdcEquipmentThreshold/deleteBatch', { ids }), + // -------------------------------------OEE椤甸潰-------------------------------------------- + // 璁$畻OEE + computeOeeApi: params => postAction('/mdc/mdcOeeInfo/computeOee', params) } \ No newline at end of file -- Gitblit v1.9.3