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