张雄 3 years ago
parent 1ad863b154
commit 0b84b51865

@ -124,7 +124,7 @@ export default {
//
clickEchars(data) {
let ele = data.key; //
if(ele == "新车上市" || ele == "车展" || ele == "产品代言") {
if(ele == "新车上市" || ele == "车展" || ele == "产品代言" || ele == "自燃") {
this.form.sQudao = ele;
this.form.sSeriesName = "";
} else {

@ -2,7 +2,7 @@
<div class="d-container" >
<div class="sr-outter">
<div class="sr-top">
<a-button type="primary" style="margin-right: 16px" @click="changeLight">{{isLight}}</a-button>
<!-- <a-button type="primary" style="margin-right: 16px" @click="changeLight">{{isLight}}</a-button> -->
<a-select class="choose-brand" v-model="chosenBrand" placeholder="请选择品牌" @dropdownVisibleChange="brandDrawer" :dropdownMatchSelectWidth="dd">
<div slot="dropdownRender"></div>
</a-select>

Loading…
Cancel
Save