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 = {
- + 从文本导入 diff --git a/src/main/resources/views/platform/zhgh/dayofficework/qsv/bank/index.html b/src/main/resources/views/platform/zhgh/dayofficework/qsv/bank/index.html index 98a5cad..78c540f 100644 --- a/src/main/resources/views/platform/zhgh/dayofficework/qsv/bank/index.html +++ b/src/main/resources/views/platform/zhgh/dayofficework/qsv/bank/index.html @@ -80,7 +80,7 @@ layout("/layouts/platform.html"){ cancelButtonText: "取消", type: "warning" }).then(() => { - $.post("/platform/qsv/activity/delete", {id}).then((res) => { + $.post("/platform/qsv/bank/delete", {id}).then((res) => { if (res.code === 0) { this.$message.success("删除成功") this.pageData()