|
|
@ -22,9 +22,6 @@ |
|
|
|
<el-form-item label="内部编码:"> |
|
|
|
<el-input v-model="listQuery.params.insideCode" placeholder="" clearable class="filter-item"/> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="编码:"> |
|
|
|
<el-input v-model="listQuery.params.code" placeholder="" clearable class="filter-item"/> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<div class="btn" style="text-align: center"> |
|
|
|
<el-button type="primary" icon="el-icon-search" size="small" @click="handleFilter">查询</el-button> |
|
|
@ -111,7 +108,6 @@ export default { |
|
|
|
vehicleStateValue: '', |
|
|
|
carBrandSid: '', |
|
|
|
insideCode: '', |
|
|
|
code: '', |
|
|
|
sidList: [] |
|
|
|
}, |
|
|
|
total: 1 |
|
|
@ -159,6 +155,7 @@ export default { |
|
|
|
}, |
|
|
|
// 查询按钮 |
|
|
|
handleFilter() { |
|
|
|
this.listQuery.current = 1 |
|
|
|
this.getPathSid() |
|
|
|
}, |
|
|
|
// 重置按钮 |
|
|
@ -171,7 +168,6 @@ export default { |
|
|
|
this.listQuery.params.useOrgSid = '' |
|
|
|
this.listQuery.params.vehicleStateValue = '' |
|
|
|
this.listQuery.params.insideCode = '' |
|
|
|
this.listQuery.params.code = '' |
|
|
|
this.getPathSid() |
|
|
|
}, |
|
|
|
handleSelectionChange(row) { |
|
|
|