fix(frontend): resolve cross-page selection loss, add destroy-on-close to dialogs, and fix row-key collision in stocktake

This commit is contained in:
DXC
2026-04-02 18:35:11 +08:00
parent 1e2f4953b6
commit edf09508f6
8 changed files with 20 additions and 13 deletions

View File

@ -84,6 +84,7 @@
v-model="dialogVisible"
:title="dialogTitle"
width="700px"
destroy-on-close
@close="resetDialog"
>
<el-form ref="formRef" :model="form" :rules="rules" label-width="100px">