@@ -55,7 +55,7 @@ export function getMyQwUserList(query) {
}
export function getMyQwCompanyList(query) {
return request({
- url: '/qw/user/getMyQwCompanyList/' + query,
+ url: '/qw/user/getMyQwCompanyListAll',
method: 'get'
})
@@ -49,7 +49,7 @@
<script>
import { listCompanyRecharge, getCompanyRecharge, delCompanyRecharge, addCompanyRecharge, updateCompanyRecharge, exportCompanyRecharge } from "@/api/company/companyRecharge";
import { getCompanyInfo } from "@/api/company/company";
-import { getConfigByKey } from '@/api/company/companyConfig'
+import { getConfigByKey } from '@/api/system/config'
import {queryOrder, weixinPay, wxQrPay} from "@/api/company/pay";
import QRCode from 'qrcodejs2'
@@ -211,7 +211,7 @@
import { listCompanyRecharge, getCompanyRecharge, delCompanyRecharge, addCompanyRecharge, updateCompanyRecharge, exportCompanyRecharge, recharge, redRecharge, getCompanyRedPacketBalance } from "@/api/company/companyRecharge";
import { getInfo } from '@/api/login';
export default {
name: "CompanyRecharge",
data() {