From 3d7db13d312a8b188354bad29809e2f42f990f26 Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 30 Dec 2024 17:43:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=A5=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/propaganda/index.vue | 33 ++++++++++++++++++++ src/views/system/components/propaganda.vue | 35 ++++++++++++++++++++-- 2 files changed, 66 insertions(+), 2 deletions(-) diff --git a/src/views/manage/propaganda/index.vue b/src/views/manage/propaganda/index.vue index 655877e..1677aca 100644 --- a/src/views/manage/propaganda/index.vue +++ b/src/views/manage/propaganda/index.vue @@ -21,6 +21,7 @@ > - --> + + + + + + - + + + + + + + 搜索 重置 @@ -112,6 +127,18 @@ export default { handleselectName: "", handleselectId: "", classificationOpen: false, + // 来源 + optionspublick:[ + { + value: 'PRIVATE', + label: '私有' + }, + { + value: 'PUBLIC', + label: '共有' + }, + + ], optionstype: [ { value: "MEDICATION_KNOWLEDGE", @@ -155,6 +182,7 @@ export default { queryParams: { pageNum: 1, pageSize: 10, + source:'PRIVATE', patientId: null, propagandaId: null, departmentName: null, @@ -280,7 +308,10 @@ export default { }, /** 重置按钮操作 */ resetQuery() { - this.resetForm("queryForm"); + this.queryParams.propagandaTitle = null + this.queryParams.propagandaType=null + this.queryParams.source=null + // this.resetForm("queryForm"); this.$refs.DepartmentList.resetQuery() // this.handleQuery(); },