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(); }