gaoluyang
9 天以前 046b40dcfe0d31e0791f50aba792dbe84e1363bf
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
  })
}