1
This commit is contained in:
parent
c485e33288
commit
fab02ad398
@ -83,7 +83,7 @@
|
||||
url: '/drivingSchool/system/driveSchoolCourse/' + id,
|
||||
method: 'get'
|
||||
}).then((res) => {
|
||||
if (res.code == 200) {
|
||||
if (res.code == 0) {
|
||||
this.formData = res.data
|
||||
this.fileList1 = [{
|
||||
url: this.imageUrl + res.data.photo
|
||||
|
Loading…
Reference in New Issue
Block a user