合并master分支

This commit is contained in:
caozehui
2025-02-27 14:45:22 +08:00
parent d9e3168484
commit d6ac63586b
4 changed files with 11 additions and 10 deletions

View File

@@ -152,10 +152,10 @@
</el-drawer>
</div>
<resultPopup
:visible="resultDialogVisible"
@update:visible="resultDialogVisible = $event"
></resultPopup>
<!-- <resultPopup-->
<!-- :visible="resultDialogVisible"-->
<!-- @update:visible="resultDialogVisible = $event"-->
<!-- ></resultPopup>-->
<dataCheckSingleChannelSingleTestPopup ref="dataCheckSingleChannelSingleTestPopupRef"/>
</div>
</template>
@@ -225,7 +225,7 @@ const testLogList = reactive<CheckData.LogItem[]>([{type: 'info', log: '暂无
const testStatus = toRef(props, 'testStatus')
const webMsgSend = toRef(props, 'webMsgSend')
const resultDialogVisible = ref(false)
// const resultDialogVisible = ref(false)
const scrollContainerRef = ref();
const dataCheckSingleChannelSingleTestPopupRef = ref<InstanceType<typeof dataCheckSingleChannelSingleTestPopup>>()
@@ -643,7 +643,6 @@ watch(webMsgSend, function (newValue, oldValue) {
}
}
}
}, {deep: true})
const handleStartItem = (code: string, desc: string | undefined) => {