This commit is contained in:
sjl
2025-03-05 11:19:16 +08:00
parent be2f40715a
commit 2377916f29
4 changed files with 25 additions and 17 deletions

View File

@@ -184,6 +184,7 @@ import TestScriptDipTab from '@/views/machine/testScript/components/testScriptDi
import { useDictStore } from '@/stores/modules/dict'
import { addScriptDtls } from '@/api/device/testScript'
import scriptForm from './scriptForm'
import { on } from 'events'
const emit = defineEmits(['addTab', 'close', 'getCommunication'])
const dictStore = useDictStore()
@@ -578,7 +579,7 @@ const open = (sign: string, row: any) => {
handleRowClick({ name: 'L1', sort: 0 }, { label: '相别' })
dictStore.getDictData('Script_Value_Type')
console.log('🚀 ~ open ~ tabChildren.value:', tabChildren.value)
//console.log('🚀 ~ open ~ tabChildren.value:', tabChildren.value)
}
// 判断后台没有谐波,简谐波值 用于回显
@@ -609,6 +610,7 @@ const copyRow = (num: number, index: number) => {
})
}
// 打开 drawer(新增、编辑)
const openDialog = () => {}