资讯信息+资讯分类
This commit is contained in:
parent
f16e8b3fa5
commit
adb82861a3
@ -269,6 +269,7 @@
|
||||
<el-select
|
||||
v-model="form.informationCategoryType"
|
||||
placeholder="请选择"
|
||||
style="width: 250px"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in options"
|
||||
|
||||
@ -537,7 +537,7 @@ export default {
|
||||
informationCategoryCode: "",
|
||||
informationCategoryName: "",
|
||||
};
|
||||
this.informationInfoinfo();
|
||||
this.getList();
|
||||
},
|
||||
informationInfoinfo() {
|
||||
listInformationCategory(this.nurseStationqueryParams).then((response) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user