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