From 392145c50b15f0df36f7441111e6dfc937782216 Mon Sep 17 00:00:00 2001 From: PQZ Date: Mon, 24 Feb 2025 14:51:57 +0800 Subject: [PATCH] 1 --- .../drivingSchool/DriveSchoolPay/api/DriveSchoolPay.js | 2 +- src/views/drivingSchool/DriveSchoolPay/index.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/drivingSchool/DriveSchoolPay/api/DriveSchoolPay.js b/src/views/drivingSchool/DriveSchoolPay/api/DriveSchoolPay.js index 91b0f1b..0047ec3 100644 --- a/src/views/drivingSchool/DriveSchoolPay/api/DriveSchoolPay.js +++ b/src/views/drivingSchool/DriveSchoolPay/api/DriveSchoolPay.js @@ -45,7 +45,7 @@ export function delPay(id) { export function findJlListAll(jlId) { return request({ - url: `/drivingSchool/system/schoolCoach/findSelfJlListByJxId?jxId=${jlId}`, + url: `/base/dl-drive-school-coach/list`, method: 'get' }) } diff --git a/src/views/drivingSchool/DriveSchoolPay/index.vue b/src/views/drivingSchool/DriveSchoolPay/index.vue index 163a984..ea84781 100644 --- a/src/views/drivingSchool/DriveSchoolPay/index.vue +++ b/src/views/drivingSchool/DriveSchoolPay/index.vue @@ -250,7 +250,7 @@ - + @@ -259,7 +259,7 @@ size="mini" type="text" icon="el-icon-edit" - @click="okJlClick(scope.row.instructorName, scope.row.id)" + @click="okJlClick(scope.row.name, scope.row.userId)" >选择 @@ -356,7 +356,7 @@ export default { async changeJlClick(jlId, bmId) { this.isJl = true let res = await findJlListAll(jlId); - this.jlListAll = res + this.jlListAll = res.data this.bmId = bmId }, /** 查询订单列表 */