diff --git a/src/views/system/hospitalPerson/index.vue b/src/views/system/hospitalPerson/index.vue
index fdcb84c..d7ad162 100644
--- a/src/views/system/hospitalPerson/index.vue
+++ b/src/views/system/hospitalPerson/index.vue
@@ -311,7 +311,7 @@
@@ -606,7 +606,7 @@
/>
-
-
+ -->
-
+
@@ -1201,8 +1201,6 @@ export default {
console.log(this.deletupdata)
},
imgUrl2(imgUrl) {
- // this.NewImgs.push(imgUrl);
- // this.objitempicture.push(imgUrl);
console.log(imgUrl, "新上传");
this.form.personPictureUrl = imgUrl;
this.deletUploadImages.push(imgUrl);
@@ -1351,7 +1349,7 @@ export default {
if (this.deletUploadImages.length > 0) {
updatePicture({ pictureUrlList: this.deletUploadImages }).then(
(res) => {
- this.open = false;
+ // this.open = false;
}
);
}
@@ -1359,13 +1357,13 @@ export default {
if (this.deletupdata.length > 0) {
updatePicture({ pictureUrlList: this.deletupdata }).then(
(res) => {
- this.open = false;
+ // this.open = false;
}
);
}
this.imgsurl = { pictureUrlList: [] };
this.addopen = false;
- this.open = false;
+ this.addopen = false;
this.reset();
},
// 表单重置
@@ -1455,7 +1453,7 @@ export default {
getHospitalPerson(id).then((response) => {
this.form = response.data;
this.imgone = this.form.certificateUrl;
- this.open = true;
+ this.addopen = true;
this.title = "修改科室人员信息";
});
},
@@ -1470,7 +1468,7 @@ export default {
if (this.form.id != null) {
updateHospitalPerson(this.form).then((response) => {
this.$modal.msgSuccess("修改成功");
- this.open = false;
+ this.addopen = false;
this.getList();
});
} else {
diff --git a/src/views/system/stationAvatar/index.vue b/src/views/system/stationAvatar/index.vue
index 0b6d6e1..09a9d38 100644
--- a/src/views/system/stationAvatar/index.vue
+++ b/src/views/system/stationAvatar/index.vue
@@ -80,6 +80,7 @@
+