李富豪 1 year ago
parent
commit
c4b9db3114

+ 2 - 2
Web/src/components/devices/deviceList/components/FeedbackCreateModal.vue

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