提交 96322f28 编写于 作者: dmx_mac's avatar dmx_mac

fix:问诊类型新增

上级 afb066c9
......@@ -76,8 +76,8 @@
:options="allTilst"
placeholder="选择科室"
:show-all-levels="false"
style="width: 220px"
@change="changeDepart"
style="width:220px;"
>
<template slot-scope="{ data }">
<span :style="{ fontSize: '15px', color: '#606266' }">{{
......@@ -612,7 +612,7 @@
tabrefresh: true,
searchParam: {
id: '',
type:'',
type: '',
operateName: '',
assistantVal: '',
receptionVal: '',
......@@ -694,20 +694,24 @@
departmentId: '',
allTilst: [],
allList: {},
consultationTypeList:[
consultationTypeList: [
{
label: '全部',
value: '',
},
{
label:'名医问诊',
value:2
label: '名医问诊',
value: 2,
},
{
label:'极速问诊',
value:1
label: '极速问诊',
value: 1,
},
{
label:'-',
value:0
label: '-',
value: 0,
},
]
],
};
},
watch: {
......@@ -1080,7 +1084,7 @@
this.assistantTime = '';
this.searchParam = Object.assign(this.searchParam, {
id: '',
type:'',
type: '',
operateName: '',
assistantVal: '',
receptionVal: '',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册