张雄 3 years ago
parent 1ad863b154
commit 0b84b51865

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

@ -2,7 +2,7 @@
<div class="d-container" > <div class="d-container" >
<div class="sr-outter"> <div class="sr-outter">
<div class="sr-top"> <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"> <a-select class="choose-brand" v-model="chosenBrand" placeholder="请选择品牌" @dropdownVisibleChange="brandDrawer" :dropdownMatchSelectWidth="dd">
<div slot="dropdownRender"></div> <div slot="dropdownRender"></div>
</a-select> </a-select>

Loading…
Cancel
Save