Commit 187e6004 by 唐玉峰

临床路径

parent fa601a40
......@@ -31,7 +31,7 @@
<div class="Entrypath_table_lefttab_select">
<div class="Entrypath_table_lefttab_select_inp">
<span>检索路径:</span>
<el-input v-model="pathinput" size="mini" clearable />
<el-input v-model="pathinput" size="mini" clearable @keyup.enter.native="selectbtn()" />
</div>
<div class="Entrypath_table_lefttab_select_chack">
<el-button
......
......@@ -78,7 +78,7 @@ export default {
getList() {
http.post(
`/ClinicalRoute/ClinicalRoute/GetRouteLogList?PageNumber=${this.currentPage}&PageSize=${this.pageSize}&SearchQuery=${this.searchForm}&Type=${
this.type || 0
this.type ? this.type : 0
}`,
{}
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment