微调
This commit is contained in:
@@ -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 = () => {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user