From 2a745b7ae50f23ff914e2fade4656489b9af373f Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Mon, 13 Mar 2023 10:11:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=9D=A2=E6=8E=88=E8=AF=BE=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=90=8E=E9=99=84=E4=BB=B6=E8=B7=AF=E5=BE=84=E5=8F=98?= =?UTF-8?q?=E5=8C=96=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 8c39f627..9b25f357 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -1165,7 +1165,7 @@
- +
@@ -2591,6 +2591,7 @@ export default defineComponent({ imgList: [], validated: 0, attach: "", + attachName: "", pageSize2: 10, currentPage2: 0, tableDataTotal2: 0, @@ -3746,7 +3747,8 @@ export default defineComponent({ : (str += arrss[i].slice(arrss[i].lastIndexOf("/") + 1) + ","); } console.log(str); - state.attach = str; + state.attachName = str; + state.attach = item.attach; state.xjkkinputV3 = [ dayjs(item.beginTime, "YYYY-MM-DD HH:mm"),