Compare commits

...

2 Commits

Author SHA1 Message Date
PQZ
c5d361e593 Merge branch 'master' of http://122.51.230.86:3000/dianliang/driver-manage 2024-08-28 17:56:08 +08:00
PQZ
fab02ad398 1 2024-08-28 17:56:06 +08:00

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