|
|
@@ -54,7 +54,7 @@
|
|
|
</div>
|
|
|
<div class="log-list-item">
|
|
|
<a-table :columns="droneLogColumns" :scroll="{ x: '100%', y: 300 }" :data-source="state.droneLogList"
|
|
|
- :loading="state.listLoading" rowKey="boot_index" :row-selection="airportLogState.rowSelection"
|
|
|
+ :loading="state.listLoading" rowKey="boot_index" :row-selection="droneLogState.rowSelection"
|
|
|
:pagination="false">
|
|
|
<template #log="{ record }">
|
|
|
<div style="font-size: 12px;">
|
|
|
@@ -253,7 +253,7 @@ const handleClickSubmit = () => {
|
|
|
list.push({ list: airportLogSelectedList, module: '3' });
|
|
|
}
|
|
|
if (droneLogSelectedList.length) {
|
|
|
- list.push({ list: airportLogSelectedList, module: '0' });
|
|
|
+ list.push({ list: droneLogSelectedList, module: '0' });
|
|
|
}
|
|
|
const data = {
|
|
|
...values,
|