Explorar el Código

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

fenghaifu hace 2 años
padre
commit
1eebfd544a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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('删除成功')