资讯信息+资讯分类

This commit is contained in:
闫晓茹 2023-02-15 09:29:17 +08:00
parent f16e8b3fa5
commit adb82861a3
2 changed files with 8 additions and 7 deletions

View File

@ -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"

View File

@ -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) => {