charge-query.js 144 Bytes
// 收费查询api
export default {
  getChargeList: "/backstage/auth/receiptList",
  getCompanyOptions: "/backstage/auth/payorListNopage", 
};