Commit c8e76a7d authored by Quxl's avatar Quxl

x

parent 2eec7ffa
......@@ -157,7 +157,16 @@
},
toEdit(row) {
this.videoFormVisible = true;
this.videoForm = row;
this.videoForm = {
id: row.id,
video_name: row.video_name,
video_desc: row.video_desc,
country: row.country,
is_free: row.is_free,
video_year: row.video_year,
base_score: row.base_score,
video_profiles: row.video_profiles
};
},
save() {
var scope = this;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment