数据查询历史趋势
This commit is contained in:
@@ -276,6 +276,7 @@ const currentRawTableData = computed(() => {
|
||||
})
|
||||
|
||||
const open = async (row: any, chnNum: string, deviceId: string | null, source: number) => {
|
||||
activeTab.value = 'resultTab'
|
||||
isWaveData.value = false
|
||||
pattern.value = dictStore.getDictData('Pattern').find(item => item.name === modeStore.currentMode)?.id ?? '' //获取数据字典中对应的id
|
||||
rowList.value = {}
|
||||
@@ -412,7 +413,6 @@ const getBasicInformation = async (scriptType: any) => {
|
||||
})
|
||||
|
||||
formContent.dataRule = res.data.dataRule
|
||||
console.log('formContent.dataRule',formContent.dataRule)
|
||||
formContent.deviceName = res.data.deviceName
|
||||
formContent.errorSysId = res.data.errorSysId
|
||||
chnMapList.value = res.data.chnMap
|
||||
@@ -528,7 +528,7 @@ const getResults = async (code: any) => {
|
||||
// 判断是否为录波数据请求
|
||||
const isWaveDataRequest = code === 'wave_data' || isWaveData.value
|
||||
|
||||
console.log(checkStore.plan)
|
||||
|
||||
getContrastResult({
|
||||
planId: checkStore.plan.id,
|
||||
scriptType: rowList.value.scriptType,
|
||||
|
||||
Reference in New Issue
Block a user