Browse Source

出运明细-批量删除

jbb 1 year ago
parent
commit
6ddbef7d14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/shipment-details/shipmentList.vue

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

@@ -1069,7 +1069,7 @@ export default {
             }
           })
         })
-        deleteBatch({ ids: ids ,itemId:itemId}).then(res => {
+        deleteBatch({ ids: ids.toString() ,itemId:itemId.toString()}).then(res => {
         this.loading = false
           if (res.success) {
             // console.log('提交成功,单据状态改为【已提交】')