多选风机 默认第一个查测点
This commit is contained in:
parent
1033f63006
commit
86c395c8e0
@ -244,7 +244,7 @@ const selectWindBlower = (val: any) => {
|
|||||||
|
|
||||||
const addColumn = () => {
|
const addColumn = () => {
|
||||||
if (!windBlowerValue.value.length) return ElMessage.warning('请先选择风机!')
|
if (!windBlowerValue.value.length) return ElMessage.warning('请先选择风机!')
|
||||||
iotModelId.value = windBlowerList.value[0].modelId
|
iotModelId.value = windBlowerList.value?.find((val) => val.irn == windBlowerValue.value[0])!.modelId
|
||||||
showMeasure.value = true
|
showMeasure.value = true
|
||||||
}
|
}
|
||||||
const addRow = () => {}
|
const addRow = () => {}
|
||||||
|
Loading…
Reference in New Issue
Block a user