1
This commit is contained in:
parent
c485e33288
commit
fab02ad398
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user