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