Commit 87b70878 by linjinhong Committed by qinjianhui

fix:修改问题

parent 80de3fc5
......@@ -2724,7 +2724,15 @@
"
></ChangeWayDialog>
<print-warehouse-sku-tag ref="printWarehouseSkuDialogRef" />
<weight-dialog ref="weightDialogRef" @update-list="() => {}" />
<weight-dialog
ref="weightDialogRef"
@update-list="
() => {
search()
loadTabData()
}
"
/>
</template>
<script setup lang="tsx">
import WeightDialog from './components/WeightDialog.vue'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment