微调
This commit is contained in:
@@ -83,6 +83,7 @@ const controlContent = ref<controlSource.ResControl>({
|
||||
scriptId: '',
|
||||
scriptIndex: 0,
|
||||
sourceId: '',
|
||||
valueType: -1,
|
||||
})
|
||||
//开始创建webSocket客户端
|
||||
const dataSocket = reactive({
|
||||
@@ -267,6 +268,7 @@ const start = async () => {
|
||||
controlContent.value.userPageId = 'cdf'
|
||||
controlContent.value.scriptId = '9ff96807cf8c7524587982ed8baa8b57'
|
||||
controlContent.value.scriptIndex = scriptIndex.value
|
||||
controlContent.value.valueType = 2
|
||||
await checkSimulate(controlContent.value)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user