diff --git a/src/views/system/person/index.vue b/src/views/system/person/index.vue
index 0ff8e5c..c8bd22b 100644
--- a/src/views/system/person/index.vue
+++ b/src/views/system/person/index.vue
@@ -891,11 +891,16 @@
>{{ departmentName }}
+
+
+
-
- 查看标签信息
+ > -->
- 关闭窗口
-
+ -->
{
- this.looknurseStationLabel = res.rows;
- this.nurseStationLabelopen = true;
- console.log(this.looknurseStationLabel);
- });
- },
+ // looknurseStationLabelList(item) {
+ // console.log(item);
+ // nurseStationlabel(item.id).then((res) => {
+ // this.looknurseStationLabel = res.rows;
+ // this.nurseStationLabelopen = true;
+ // console.log(this.looknurseStationLabel);
+ // });
+ // },
//查看类型
looktype(item) {
// console.log(item);
diff --git a/src/views/system/stationItem/index.vue b/src/views/system/stationItem/index.vue
index c674cfd..6c1ed6d 100644
--- a/src/views/system/stationItem/index.vue
+++ b/src/views/system/stationItem/index.vue
@@ -1189,6 +1189,7 @@ export default {
} else {
addNurseItem(this.form).then((response) => {
this.$modal.msgSuccess("新增成功");
+ this.$forceUpdate()
this.open = false;
this.getList();
});