宣教库搜索
This commit is contained in:
parent
3acd9a424c
commit
78f7126714
@ -678,10 +678,7 @@
|
|||||||
<img :src="baseUrl + formview.propagandaCoverPath" alt="" />
|
<img :src="baseUrl + formview.propagandaCoverPath" alt="" />
|
||||||
<div class="know">知识卡片</div>
|
<div class="know">知识卡片</div>
|
||||||
<div class="knowlist">
|
<div class="knowlist">
|
||||||
<Editorxj
|
<Editorxj v-model="formview.propagandaContent" :min-height="192" />
|
||||||
v-model="formview.propagandaContent"
|
|
||||||
:min-height="192"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -868,6 +865,10 @@ export default {
|
|||||||
// 左侧传值
|
// 左侧传值
|
||||||
querydepartmen: {
|
querydepartmen: {
|
||||||
departmentName: "",
|
departmentName: "",
|
||||||
|
materialsType: null,
|
||||||
|
materialsName: null,
|
||||||
|
materialsStatus: null,
|
||||||
|
createTime: null,
|
||||||
// pageNum: 1,
|
// pageNum: 1,
|
||||||
// pageSize: 10,
|
// pageSize: 10,
|
||||||
|
|
||||||
@ -1425,6 +1426,11 @@ export default {
|
|||||||
handleQuery() {
|
handleQuery() {
|
||||||
this.queryParams.pageNum = 1;
|
this.queryParams.pageNum = 1;
|
||||||
this.getList();
|
this.getList();
|
||||||
|
this.querydepartmen.createTimeStart = this.queryParams.createTimeStart
|
||||||
|
this.querydepartmen.createTimeEnd = this.queryParams.createTimeEnd
|
||||||
|
this.querydepartmen.propagandaType = this.queryParams.propagandaType
|
||||||
|
this.querydepartmen.hospitalAgencyId = this.queryParams.hospitalAgencyId
|
||||||
|
this.querydepartmen.propagandaStatus = this.queryParams.propagandaStatus
|
||||||
this.Departmentlist();
|
this.Departmentlist();
|
||||||
},
|
},
|
||||||
handleQuerysc() {
|
handleQuerysc() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user