gaoluyang
7 天以前 742643e009dfd72591392f0d7dcf07c2a9a3ec9a
src/api/publicApi/commonFile.js
@@ -9,3 +9,11 @@
    data: ids
  })
}
// 开票台账文件删除
export function delCommonFileInvoiceLedger(ids) {
  return request({
    url: '/invoiceLedger/delFile',
    method: 'delete',
    data: ids
  })
}