chenrui  2 жил өмнө
parent
commit
6604123871

+ 3 - 3
src/views/statisticalanalysis/domesticinbound/index.vue

@@ -61,7 +61,7 @@ export default {
       formItems: [
         {
           prop: "dateTime",
-          inputType: "datetimerange",
+          inputType: "datePicker",
           clearable: true,
           width: "240px",
           options: [],
@@ -87,8 +87,8 @@ export default {
       this.tableData.data2 = [];
       let option = [
         {
-          fd1: data.dateTime[0],
-          fd2: data.dateTime[1],
+          fd1: data.dateTime[0] + " 00:00:00",
+          fd2: data.dateTime[1] + " 23:59:59",
         },
       ];
       this.getQuery(option, null);