@@ -41,7 +41,7 @@
<el-input v-model="searchForm.confirmName" placeholder="请输入"></el-input>
</el-form-item>
</el-col>
- <el-col :xs="24" :sm="12" :lg="12">
+ <el-col :xs="24" :sm="12" :lg="6">
<el-form-item label="机型" prop="startSpecification">
<div class="fanwei">
<el-input v-model="searchForm.startSpecification"></el-input>
@@ -336,7 +336,7 @@ export default {
let params = {
pageNum: 1,
pageSize: -1,
- takerId: this.screenForm.manId,
+ // takerId: this.screenForm.manId,
status: this.screenForm.status,
takerPhone: this.screenForm.phone,
};