Преглед изворни кода

Merge branch 'master' of http://139.196.39.194:9021/chenc/sen-yu-new-web

fenghaifu пре 2 година
родитељ
комит
1eebfd544a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/shipment-details/shipmentList.vue

+ 1 - 1
src/views/shipment-details/shipmentList.vue

@@ -693,7 +693,7 @@ export default {
     handleDelete(record) {
       console.log('点击删除项id:', record.id)
       this.$nextTick(() => {
-        deleteShipment({ id: record.id }).then(res => {
+        deleteShipment({ id: record.id,itemIds: record.itemIds }).then(res => {
           console.log('res:', res)
           this.getShipmentList() // 渲染 发运明细列表
           this.$message.success('删除成功')