|
@@ -1141,11 +1141,10 @@ export default {
|
|
});
|
|
});
|
|
},
|
|
},
|
|
closePhotoDialog() {
|
|
closePhotoDialog() {
|
|
- this.photo.url = "";
|
|
|
|
|
|
+ this.photo.url = "/img/blank.png";
|
|
this.photoDialog = false;
|
|
this.photoDialog = false;
|
|
},
|
|
},
|
|
showPhoto(row) {
|
|
showPhoto(row) {
|
|
- this.photo.url = "";
|
|
|
|
let url =
|
|
let url =
|
|
CORE_API +
|
|
CORE_API +
|
|
"/student/getStudentInfo?rootOrgId=" +
|
|
"/student/getStudentInfo?rootOrgId=" +
|