Commit a49cc722 authored by zhengke's avatar zhengke

修改

parent 34878405
...@@ -197,11 +197,11 @@ ...@@ -197,11 +197,11 @@
}, },
//修改 //修改
EditprojectClass(item) { EditprojectClass(item) {
this.videoIsShowAdd=false;
this.apipost("/api/MContent/GetVideo", { this.apipost("/api/MContent/GetVideo", {
Id: item.Id Id: item.Id
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.projectClassIsShowAdd = false;
var jsonData = res.data.data; var jsonData = res.data.data;
this.addMsg.Id = jsonData.Id; this.addMsg.Id = jsonData.Id;
this.addMsg.Title = jsonData.Title; this.addMsg.Title = jsonData.Title;
......
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