fix(nurse-station): 修复住院护士站门户护理级别筛选功能失效问题 (Bug #172)
This commit is contained in:
@@ -26,14 +26,12 @@
|
||||
>
|
||||
</el-radio-group>
|
||||
</el-form-item>
|
||||
<el-form-item label="" prop="checkboxGroup2">
|
||||
<el-form-item label="" prop="nursingLevelList">
|
||||
<el-checkbox-group v-model="queryParams.nursingLevelList" @change="getList">
|
||||
<el-checkbox-button
|
||||
v-for="item in levelList"
|
||||
:key="item.value"
|
||||
v-model="item.value"
|
||||
style="display: inline-block"
|
||||
:label="item.label"
|
||||
:label="item.value"
|
||||
>
|
||||
{{ item.label }}
|
||||
</el-checkbox-button>
|
||||
@@ -187,7 +185,7 @@ const data = reactive({
|
||||
pageNo: 1,
|
||||
pageSize: 10,
|
||||
searchKey: undefined, // 品名/商品名/英文品名/编码/拼音
|
||||
checkboxGroup2: [], // 类型(包括 1:中药,2:成药)
|
||||
nursingLevelList: [], // 护理级别列表(多选)
|
||||
statusEnum: 1, // 状态
|
||||
},
|
||||
rules: {},
|
||||
|
||||
Reference in New Issue
Block a user