Commit 5d312776d5c51646396d3200ed477f39419eec41
Merge branch 'fix/task-center-modbus-command-send' into 'main_dev'
fix: 移除console.log语句 See merge request yunteng/thingskit-front!773
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -29,7 +29,6 @@ | @@ -29,7 +29,6 @@ | ||
29 | const record = composeModbusModalData(value as ModbusCommandValueType); | 29 | const record = composeModbusModalData(value as ModbusCommandValueType); |
30 | loading.value = true; | 30 | loading.value = true; |
31 | const result = await genModbusCommand(record); | 31 | const result = await genModbusCommand(record); |
32 | - console.log(result); | ||
33 | commandValue.value = result; | 32 | commandValue.value = result; |
34 | } catch (error) { | 33 | } catch (error) { |
35 | } finally { | 34 | } finally { |