فهرست منبع

我的企微账号

yuhongqi 19 ساعت پیش
والد
کامیت
aa2555c5a3
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      src/views/course/courseWatchLog/index.vue

+ 4 - 4
src/views/course/courseWatchLog/index.vue

@@ -588,7 +588,7 @@
             {{ currentRow ? currentRow.fsNickName : '-' }}
           </template>
         </el-table-column>
-        
+
         <el-table-column label="课程名称" align="center" min-width="150">
           <template slot-scope="scope">
              {{ currentRow ? currentRow.courseName : '-' }}
@@ -763,7 +763,7 @@ import Vue from 'vue'
 import Calendar from 'vue-mobile-calendar'
 import {infoSop} from "@/api/qw/sop";
 import {getCompanyUserListLikeName} from "../../../api/company/companyUser";
-import {getQwList} from "@/api/qw/qwUser";
+import { queryQwList as fetchQwListApi} from "@/api/qw/qwUser";
 import {treeselect} from "@/api/company/companyDept";
 import Treeselect from "@riophae/vue-treeselect";
 import "@riophae/vue-treeselect/dist/vue-treeselect.css";
@@ -1046,7 +1046,7 @@ export default {
       this.couponLogQueryParams.logId = row.logId;
       this.couponLogQueryParams.userId = row.userId; // 假设行数据中有userId
       this.getCouponLogList();
-      
+
     },
 
     // 获取优惠券记录列表
@@ -1216,7 +1216,7 @@ export default {
         disableCompanyId: 1
       };
       console.log("企微参数", this.queryParams);
-      getQwList(params).then(response => {
+      fetchQwListApi(params).then(response => {
         if (this.qwUserOptionsParams.pageNum === 1) {
           this.qwUserOptions = response.rows || [];
         } else {