gaoluyang
17 小时以前 2e77330d87341624c88301562fd137b58f9a101a
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
  })
}