Hwt 2 tahun lalu
induk
melakukan
3a3703a202
1 mengubah file dengan 4 tambahan dan 16 penghapusan
  1. 4 16
      smart/src/views/vehicleAudit/index.vue

+ 4 - 16
smart/src/views/vehicleAudit/index.vue

@@ -37,7 +37,7 @@
         >
         </el-option>
         <el-option
-          value="3"
+          value="1"
           label="审核通过"
         >
         </el-option>
@@ -48,18 +48,6 @@
         @click="mixins_search"
         icon="el-icon-search"
       >查询</el-button>
-
-      <!-- <el-tooltip
-        class="item"
-        effect="light"
-        placement="bottom"
-        content="审核"
-      >
-        <i
-          class="zoniot_font zoniot-icon-shenhe"
-          @click="lookDetails()"
-        ></i>
-      </el-tooltip> -->
     </div>
     <zz-table
       :cols="cols"
@@ -291,12 +279,12 @@ export default {
             name: data.list[i].garageName,
             label: data.list[i].parkId
           })
-          this.nameParkingLotName = data.list[0].garageName;
-          this.mixins_query.parkId = data.list[0].parkId;
+          // this.nameParkingLotName = data.list[0].garageName;
+          // this.mixins_query.parkId = data.list[0].parkId;
         }
         // 默认查询
         this.mixins_dataUrl = '/czc-community/parkcarAudit/page';
-        this.mixins_query = { parkId: data.list[0].parkId };
+        this.mixins_query = {};
         this.mixins_search();
       })
     },