去除协议校验
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
<script lang="tsx" setup name="test">
|
||||
import {InfoFilled, Loading} from '@element-plus/icons-vue'
|
||||
import CompareDataCheckSingleChannelSingleTestPopup from './compareDataCheckSingleChannelSingleTestPopup.vue'
|
||||
import {computed, onBeforeMount, reactive, ref, toRef, watch} from "vue";
|
||||
import {computed, ComputedRef, onBeforeMount, reactive, ref, toRef, watch} from "vue";
|
||||
import {dialogBig} from "@/utils/elementBind";
|
||||
import {CheckData} from "@/api/check/interface"
|
||||
import {useCheckStore} from "@/stores/modules/check";
|
||||
@@ -146,7 +146,7 @@ const webMsgSend = toRef(props, 'webMsgSend')
|
||||
|
||||
// const resultDialogVisible = ref(false)
|
||||
const scrollContainerRef = ref();
|
||||
const dataCheckSingleChannelSingleTestPopupRef = ref<InstanceType<typeof dataCheckSingleChannelSingleTestPopup>>()
|
||||
const dataCheckSingleChannelSingleTestPopupRef = ref<InstanceType<typeof CompareDataCheckSingleChannelSingleTestPopup>>()
|
||||
|
||||
// 总通道数
|
||||
const chnSum = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user