This commit is contained in:
caozehui
2025-08-28 10:37:50 +08:00
parent 52fcdbfe1e
commit 8b578d4d8b
5 changed files with 19 additions and 9 deletions

View File

@@ -569,6 +569,12 @@ watch(webMsgSend, function(newValue, oldValue) {
case 'V_End':
handleEndItem('V', newValue.desc, newValue.data)
break
case 'P_Start':
handleStartItem('P', newValue.desc)
break
case 'P_End':
handleEndItem('P', newValue.desc, newValue.data)
break
case 'HV_Start':
handleStartItem('HV', newValue.desc)
break