chenrui  1 жил өмнө
parent
commit
7812718f28

+ 8 - 8
src/views/dashboard/index.vue

@@ -353,7 +353,7 @@ export default {
       this.loading = false
     },
     // 当日数量和小时数量
-    async getDateData (serviceId) {
+    async getDateData (serviceid) {
       try {
         const {
           code,
@@ -388,7 +388,7 @@ export default {
           returnData,
           message,
         } = await Query({
-          serviceid: SERVICE_ID.dashboardCompanyData,
+          serviceid: 81,
           datacontent: [
             {filter:{
               airport: this.currentAirport,
@@ -419,7 +419,7 @@ export default {
           returnData: listValues,
           message,
         } = await Query({
-          serviceid: SERVICE_ID.dashboardMap,
+          serviceid: 80,
           datacontent: [
           {filter:{
               airport: this.currentAirport,
@@ -448,11 +448,11 @@ export default {
       this.loading = true
       try {
         const serviceIdList = [
-          SERVICE_ID.dashboardDateFlightData,
-          SERVICE_ID.dashboardDateBaggageData,
-          SERVICE_ID.dashboardHourBaggageIn,
-          SERVICE_ID.dashboardHourBaggageOut,
-          SERVICE_ID.dashboardHourBaggageTrans,
+          82,
+          83,
+          84,
+          85,
+          86,
         ]
         const [
           [dateFlightData],