Commit ae1233ad authored by hubaoshan's avatar hubaoshan

语音指令 Bug

parent dee8feee
......@@ -27,7 +27,7 @@ const VoiceCommandData = ref([
])
// 详情弹窗
const detailOpen = ref(false)
let singleDetails = {
const singleDetails = ref({
updateDate: '',
stationId: '',
result: '',
......@@ -35,7 +35,7 @@ let singleDetails = {
answer: '',
ipAddress: '',
macAddress: '',
}
})
const queryParams = ref({
......@@ -181,9 +181,8 @@ const handleCurrentChange = (val) => {
};
function handleDetail(row) {
singleDetails={}
console.log('row:',row)
singleDetails = row
singleDetails.value = row
detailOpen.value = true
}
const route = useRoute()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment