微调
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user