|  |  |  | 
|---|
|  |  |  | noOptionsText="没有可选项" | 
|---|
|  |  |  | noResultsText="没有匹配的结果" /> | 
|---|
|  |  |  | <!--        <el-select v-model="form.groupId" @change="changeSel" clearable filterable placeholder="请选择"> | 
|---|
|  |  |  | <template v-for="item in companyList"> | 
|---|
|  |  |  | <el-option  v-if="item.countNum && item.countNum>0" :key="item.id" :label="item.name" :value="item.id"> | 
|---|
|  |  |  | </el-option> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | <template v-for="item in companyList"> | 
|---|
|  |  |  | <el-option  v-if="item.countNum && item.countNum>0" :key="item.id" :label="item.name" :value="item.id"> | 
|---|
|  |  |  | </el-option> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-select>--> | 
|---|
|  |  |  | </el-form-item> | 
|---|
|  |  |  | <el-form-item label="选择车主:" prop="memberId"> | 
|---|
|  |  |  | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | getCate () { | 
|---|
|  |  |  | fetchList({ | 
|---|
|  |  |  | model: {}, | 
|---|
|  |  |  | model: {type:1}, | 
|---|
|  |  |  | capacity: 1000, | 
|---|
|  |  |  | page: 1 | 
|---|
|  |  |  | }).then(res => { | 
|---|