修改禅道bug

This commit is contained in:
zyx.net
2022-08-10 17:35:32 +08:00
parent 13d16a0974
commit 552ab02400
3 changed files with 4 additions and 3 deletions
@@ -5,7 +5,7 @@
<a-row :gutter="24">
<a-col :md="6" :sm="10">
<a-form-item :label="$t('Collectlist')">
<a-select v-model="queryParam.ctype" @change="getonChange">
<a-select v-model="queryParam.ctype" @change="getonChange" :getPopupContainer="triggerNode => triggerNode.parentNode">
<a-select-option v-for="d in options" :key="d.value" :value="d.value" >{{ d.label }}</a-select-option>
</a-select>
</a-form-item>