Jelajahi Sumber

qw/user/getMyQwCompanyList/undefined

xgb 1 Minggu lalu
induk
melakukan
7cecc343f6

+ 1 - 1
src/api/qw/user.js

@@ -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'
   })
 }

+ 1 - 1
src/views/company/companyRecharge/doRecharge.vue

@@ -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'
 

+ 1 - 1
src/views/company/companyRecharge/index.vue

@@ -211,7 +211,7 @@
 <script>
 import { listCompanyRecharge, getCompanyRecharge, delCompanyRecharge, addCompanyRecharge, updateCompanyRecharge, exportCompanyRecharge, recharge, redRecharge, getCompanyRedPacketBalance } from "@/api/company/companyRecharge";
 import { getInfo } from '@/api/login';
-import { getConfigByKey } from '@/api/company/companyConfig'
+import { getConfigByKey } from '@/api/system/config'
 export default {
   name: "CompanyRecharge",
   data() {