Browse Source

行李报文修改

zhongxiaoyu 2 years ago
parent
commit
388694af2d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/baggageManagement/components/baggage/index.vue

+ 2 - 2
src/views/baggageManagement/components/baggage/index.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2022-01-17 10:39:22
- * @LastEditTime: 2022-05-11 17:31:32
+ * @LastEditTime: 2022-05-12 16:15:53
  * @LastEditors: your name
  * @Description: 行李视图
 -->
@@ -547,7 +547,7 @@ export default {
       const { FlightNO, FlightDate, BagSN } = this.queryData
       const dataContent = [FlightNO, FlightDate, BagSN]
       try {
-        const result = await myQuery({ queryMap, ...dataContent })
+        const result = await myQuery(queryMap.message, ...dataContent)
         this.messageList = result
       } catch (error) {
         console.log('出错了', error)