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