|
|
|
@ -19,8 +19,8 @@ |
|
|
|
</a-col> |
|
|
|
<a-col :lg="8" :xl="7" :xxl="6" class="query_item"> |
|
|
|
<span>二级分类:</span> |
|
|
|
<a-select default-value="" v-model="query.son_class"> |
|
|
|
<a-select-option :value="item" v-for="(item,index) in twoList" :key="index"> |
|
|
|
<a-select default-value="" v-model="query.son_class" style="position: relative;"> |
|
|
|
<a-select-option :value="item" v-for="(item,index) in twoList" :key="index" style="position: absolute;"> |
|
|
|
{{item}} |
|
|
|
</a-select-option> |
|
|
|
</a-select> |
|
|
|
|