Authored by htoooth

fix

... ... @@ -99,6 +99,7 @@
this.showLoading = true;
this.invoiceService.sendOrder(params).then((result) => {
if (result.code === 200) {
this.$emit('on-success');
this.$Message.info('发货成功');
} else {
this.$Message.error('发货失败');
... ...
... ... @@ -17,7 +17,7 @@
</Table>
</layout-list>
<send-modal :context="self" ref="sendModal"></send-modal>
<send-modal :context="self" ref="sendModal" @on-success="getGoods"></send-modal>
</layout-body>
</template>
... ...