construction-data/src/components/datav/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
construction-data/src/components/datav/index.vue
@@ -252,7 +252,7 @@ // eslint-disable-next-line no-undef $ajax.post('/api/bind/shipping/platform', {orderId: order.id, waveId: order.waveId, platformId: plat.id}).then(response => { if (response.code === 200) { that.fetch() that.refreshData() //隐藏发货区,执行打印 } else { this.$message.error(response.msg)