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