From a98412432361473f82b37bec391fb01889adfd80 Mon Sep 17 00:00:00 2001 From: "@jyuhsin" <729757837@qq.com> Date: Tue, 2 Dec 2025 18:16:43 +0800 Subject: [PATCH] commit --- .../static/components/plugins/sysUpload/index.vue | 15 +++++++++++---- .../dayofficework/literacy/userManage/index.html | 2 -- .../zhgh/dayofficework/qsv/activity/bank.js | 1 - .../dayofficework/qsv/activity/subjectForm.js | 4 ++-- .../zhgh/dayofficework/qsv/bank/index.html | 2 +- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/main/resources/static/components/plugins/sysUpload/index.vue b/src/main/resources/static/components/plugins/sysUpload/index.vue index 853fb2a..10d12a0 100644 --- a/src/main/resources/static/components/plugins/sysUpload/index.vue +++ b/src/main/resources/static/components/plugins/sysUpload/index.vue @@ -355,10 +355,17 @@ module.exports = { handleRemove(file, fileList) { if (this.upload_result_category === "interval") { - if (this.upload_result_type === "id") { - } - if (this.upload_result_type === "url") { - } + if (this.complete_result) { + const ids = fileList.map(e => e.response.data); + this.$emit("update:value", ids.join(',')) + } else { + if (this.upload_result_type === "id") { + + } + if (this.upload_result_type === "url") { + + } + } } if (this.upload_result_category === "array") { diff --git a/src/main/resources/views/platform/zhgh/dayofficework/literacy/userManage/index.html b/src/main/resources/views/platform/zhgh/dayofficework/literacy/userManage/index.html index fea5a74..c92e1f4 100644 --- a/src/main/resources/views/platform/zhgh/dayofficework/literacy/userManage/index.html +++ b/src/main/resources/views/platform/zhgh/dayofficework/literacy/userManage/index.html @@ -45,8 +45,6 @@ layout("/layouts/platform.html"){ align="center" header-align="center" show-overflow-tooltip - v-if="(column.prop !== 'state' && column.prop !== 'absentCount') || (reserveMode === 2 && column.prop === 'state' && column.prop !== 'absentCount') - || (column.prop === 'absentCount' && course.isMobileSign === true)" v-for="(column,index) in tableColumns" :key="index" > diff --git a/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/bank.js b/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/bank.js index 0bd8ab5..dd44ff8 100644 --- a/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/bank.js +++ b/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/bank.js @@ -13,7 +13,6 @@ const subjectBank = { }, methods: { onOpen(category) { - debugger this.visible = true this.category = category this.listBank() diff --git a/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/subjectForm.js b/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/subjectForm.js index 3a9c579..1c22aaf 100644 --- a/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/subjectForm.js +++ b/src/main/resources/views/platform/zhgh/dayofficework/qsv/activity/subjectForm.js @@ -195,9 +195,9 @@ const subjectForm = {