fix: opl detail时二次打开不刷新

This commit is contained in:
caoqianming 2023-06-29 11:12:59 +08:00
parent 3e85e50a19
commit 3cab3db8cd
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
</scTable>
</el-card>
<el-drawer :size="'50%'" v-model="showLimited" class="scOplDrawer" :show-close="showClose" id="scOplDrawer">
<sc-fire :id="oplId"></sc-fire>
<sc-fire :id="oplId" v-if="showLimited"></sc-fire>
</el-drawer>
</el-main>
</template>