From a3092219145ee19d2ab9937afc000e71c12e1dd5 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 16 七月 2024 17:56:56 +0800 Subject: [PATCH] feat:部门管理员不展示通知 --- src/views/exam/personalRandomTemplate/list.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/exam/personalRandomTemplate/list.vue b/src/views/exam/personalRandomTemplate/list.vue index 7f39ae2..20bc40b 100644 --- a/src/views/exam/personalRandomTemplate/list.vue +++ b/src/views/exam/personalRandomTemplate/list.vue @@ -25,6 +25,7 @@ range-separator="鑷�" start-placeholder="寮�濮嬫棩鏈�" end-placeholder="缁撴潫鏃ユ湡" + value-format="yyyy-MM-dd" :picker-options="pickerOptions"> </el-date-picker> </el-form-item> @@ -278,6 +279,7 @@ search () { this.listLoading = true this.queryParam.status = 0 + if (this.queryParam.period) this.queryParam.period[1] += ' 23:59:59' examPaperApi.pageselfList(this.queryParam).then(data => { const re = data.response this.tableData = re.list -- Gitblit v1.8.0