|
@@ -809,7 +809,7 @@
|
|
|
:visible.sync="photoDialog"
|
|
|
width="300px"
|
|
|
>
|
|
|
- <img :src="photo.url" alt="学生照片" height="100%" width="100%" />
|
|
|
+ <img :src="photo.url" height="100%" width="100%" />
|
|
|
</el-dialog>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1141,11 +1141,10 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
closePhotoDialog() {
|
|
|
- this.photo.url = "";
|
|
|
+ this.photo.url = "/img/blank.png";
|
|
|
this.photoDialog = false;
|
|
|
},
|
|
|
showPhoto(row) {
|
|
|
- this.photo.url = "";
|
|
|
let url =
|
|
|
CORE_API +
|
|
|
"/student/getStudentInfo?rootOrgId=" +
|