cyl/dev
jscyl13849007907 1 year ago
parent 27850cf3a2
commit ac6a23d28c

@ -50,7 +50,7 @@
</a-input> </a-input>
</div> </div>
<div class="g_flex_none g_ml_12"> <div class="g_flex_none g_ml_12">
<a-dropdown :trigger="['click']"> <a-dropdown :trigger="['click']" @visibleChange="handleSort">
<a style="font-size: 14px;"@click.prevent="e => handleToggle(e)"> <a style="font-size: 14px;"@click.prevent="e => handleToggle(e)">
筛选 筛选
<a-icon type="down" style="font-size: 14px;" v-if="!isToggle" /> <a-icon type="down" style="font-size: 14px;" v-if="!isToggle" />
@ -2310,6 +2310,10 @@ export default {
}; };
this.getJobList('clear'); this.getJobList('clear');
},
handleSort(e){
console.log('e',e)
this.isToggle = e;
} }
}, },
}; };

Loading…
Cancel
Save