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