Commit b14e50ae by linjinhong

fix:修改问题

parent a434f280
...@@ -2587,7 +2587,15 @@ ...@@ -2587,7 +2587,15 @@
" "
></ChangeWayDialog> ></ChangeWayDialog>
<print-warehouse-sku-tag ref="printWarehouseSkuDialogRef" /> <print-warehouse-sku-tag ref="printWarehouseSkuDialogRef" />
<weight-dialog ref="weightDialogRef" @update-list="() => {}" /> <weight-dialog
ref="weightDialogRef"
@update-list="
() => {
search()
loadTabData()
}
"
/>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import WeightDialog from './components/WeightDialog.vue' 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