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