This commit is contained in:
PQZ 2024-08-28 17:56:06 +08:00
parent c485e33288
commit fab02ad398

View File

@ -83,7 +83,7 @@
url: '/drivingSchool/system/driveSchoolCourse/' + id, url: '/drivingSchool/system/driveSchoolCourse/' + id,
method: 'get' method: 'get'
}).then((res) => { }).then((res) => {
if (res.code == 200) { if (res.code == 0) {
this.formData = res.data this.formData = res.data
this.fileList1 = [{ this.fileList1 = [{
url: this.imageUrl + res.data.photo url: this.imageUrl + res.data.photo