skyouc
2025-06-22 c0cd0e649660c762ccda519dbea8d315010853a4
no message
1个文件已修改
2 ■■■ 已修改文件
construction-data/src/components/datav/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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)