Compare commits
2 Commits
cfd8d985c9
...
c5d361e593
Author | SHA1 | Date | |
---|---|---|---|
|
c5d361e593 | ||
|
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