From c0ec42e79e602f03da583f084f43f129f9bc39f8 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Tue, 8 Oct 2024 09:42:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=97=AE=E5=8D=B7=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E6=8E=A8=E9=80=81=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kc/wjxCswj/WjxCywjV2List.vue | 25 +++++++++++++++++-------- src/views/zy/zyInfo/ZyInfoV2List.vue | 15 ++++++++++++--- 2 files changed, 29 insertions(+), 11 deletions(-) diff --git a/src/views/kc/wjxCswj/WjxCywjV2List.vue b/src/views/kc/wjxCswj/WjxCywjV2List.vue index 72d27b5..47165b8 100644 --- a/src/views/kc/wjxCswj/WjxCywjV2List.vue +++ b/src/views/kc/wjxCswj/WjxCywjV2List.vue @@ -172,16 +172,16 @@ >填空

-

文件

+ > -->

我的题库

公有题库

- +

导入试题

@@ -648,8 +648,8 @@ 修改课程测验次数 新增测验 - + + 题库 @@ -811,9 +811,9 @@
- - 删除 + 微信提醒 + +
@@ -1202,6 +1202,15 @@ async function importXls(data, url) { await defHttp.uploadFile({ url }, { file: data.file }, { success: isReturn }); } + +function handleWxtx(record) { + + defHttp.get({ url: '/wjxWjxx/wjxWjxx/sendWxtx', params: { id: record.id, wjlx: wjLeixing.value } }).then((res) => { + console.log('👣', res); + }); + createMessage.success('发送成功'); +} + //答题结果 function handleTeaDtjg(item) { console.log('🧳', item); diff --git a/src/views/zy/zyInfo/ZyInfoV2List.vue b/src/views/zy/zyInfo/ZyInfoV2List.vue index 820e635..1accb46 100644 --- a/src/views/zy/zyInfo/ZyInfoV2List.vue +++ b/src/views/zy/zyInfo/ZyInfoV2List.vue @@ -527,6 +527,8 @@
作业截止时间:{{ dayjs(item.endTime).format('YYYY.MM.DD HH:mm') }}
+ 编辑作业 撤回作业 @@ -582,8 +584,8 @@ -
- +
+
@@ -727,6 +729,13 @@ function handleEndTime(record) { zyInfo.value.xshpkssj = record; } +function handleWxtx(record) { + defHttp.post({ url: '/zyInfo/zyInfo/sendWxtx', params: { id: record.id } }).then((res) => { + console.log('👣', res); + }); + createMessage.success('发送成功'); +} + function handleJscjbfb() { var list = tableData.value; @@ -1697,7 +1706,7 @@ function searchReset() { queryParam.value.queryType = queryType.value; queryParam.value.rwbh = rwbh; queryParam.value.ywid = zyInfo.value.id; - console.log(`🚀 ~ searchReset ~ rwbh:`, rwbh) + console.log(`🚀 ~ searchReset ~ rwbh:`, rwbh); total.value = 1; searchQueryZyxq(); }