maven
2 天以前 fdf1aa64b0a502d7137a81dc8a32b8f697894dd5
src/views/inventoryManagement/receiptManagement/index.vue
@@ -399,7 +399,7 @@
          type: 'warning',
        }
    ).then(() => {
      delStockIn(ids).then(res => {
      delStockIn({ids:ids}).then(res => {
        proxy.$modal.msgSuccess("删除成功")
        getList()
      })