This commit is contained in:
linfso 2025-03-16 22:14:35 +08:00
parent f4b4b56850
commit ccffab2151
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@
<emisCommissionDtlForm :id="currentId" @on-changed="handleFormChanged" @on-cancel="cancelForm"></EmisCommissionDtlForm>
</el-dialog>
<el-dialog :title="titleBatch" :visible.sync="openBatch" width="50%" v-dialogDrag :close-on-click-modal="false" append-to-body>
<el-dialog v-loading="loading" :title="titleBatch" :visible.sync="openBatch" width="50%" v-dialogDrag :close-on-click-modal="false" append-to-body>
<el-form ref="formBatch" :model="formBatch" size="mini" label-width="100px">
<el-row>
<el-col :span="24">

View File

@ -212,7 +212,7 @@
<emisCommissionDtlForm :id="currentId" @on-changed="handleFormChanged" @on-cancel="cancelForm"></EmisCommissionDtlForm>
</el-dialog>
<el-dialog :title="titleBatch" :visible.sync="openBatch" width="50%" v-dialogDrag :close-on-click-modal="false" append-to-body>
<el-dialog v-loading="loading" :title="titleBatch" :visible.sync="openBatch" width="50%" v-dialogDrag :close-on-click-modal="false" append-to-body>
<el-form ref="formBatch" :model="formBatch" size="mini" label-width="100px">
<el-row>
<el-col :span="24">