Compare commits
No commits in common. "63c1f98de0d1ef19bbc67a127eace9dce17a8128" and "ee270bd8c73a6a56a39091a706701e449c64e07d" have entirely different histories.
63c1f98de0
...
ee270bd8c7
|
|
@ -192,8 +192,8 @@
|
||||||
</td>
|
</td>
|
||||||
<td class="table-label"><span >慢性病</span></td>
|
<td class="table-label"><span >慢性病</span></td>
|
||||||
<td class="table-content">
|
<td class="table-content">
|
||||||
<el-select v-model="form.chronicList" placeholder="请选择慢性病" multiple style="width: 100%" clearable collapse-tags>
|
<el-select v-model="form.chronicList" placeholder="请选择慢性病" style="width: 100%" multiple clearable collapse-tags>
|
||||||
<el-option v-for="item in chronicOptions"
|
<el-option v-for="item in this.chronicOptions"
|
||||||
:key="item.chronicId"
|
:key="item.chronicId"
|
||||||
:label="item.chronicName"
|
:label="item.chronicName"
|
||||||
:value="item.chronicId"
|
:value="item.chronicId"
|
||||||
|
|
@ -455,9 +455,8 @@ export default {
|
||||||
this.queryParams = {
|
this.queryParams = {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
articleTitle: "",//标题
|
articleTitle: undefined,//标题
|
||||||
chronicList:[], //慢性病
|
chronicList:[], //慢性病
|
||||||
placeIdList:[], //位置
|
|
||||||
doctorAdvice:[],
|
doctorAdvice:[],
|
||||||
articleType:null //类型
|
articleType:null //类型
|
||||||
}
|
}
|
||||||
|
|
@ -471,7 +470,6 @@ export default {
|
||||||
"pageNum":this.queryParams.pageNum,
|
"pageNum":this.queryParams.pageNum,
|
||||||
"pageSize":this.queryParams.pageSize,
|
"pageSize":this.queryParams.pageSize,
|
||||||
"articleTitle":this.queryParams.articleTitle,
|
"articleTitle":this.queryParams.articleTitle,
|
||||||
"placeIds":this.queryParams.placeIdList.join(",")||"",
|
|
||||||
"doctorAdvices":this.queryParams.doctorAdvice.join(",")||"",
|
"doctorAdvices":this.queryParams.doctorAdvice.join(",")||"",
|
||||||
"chronicIds":this.queryParams.chronicList.join(",")||""
|
"chronicIds":this.queryParams.chronicList.join(",")||""
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue