Commit a114afe0 authored by 黄奎's avatar 黄奎

页面修改

parent 9dea7d2d
......@@ -157,10 +157,10 @@
data = {
};
this.ShowMsg = JSON.parse(JSON.stringify(tempMsg));
this.ShowMsg = JSON.parse(JSON.stringify(data));
if (this.ActionStr && this.ActionStr != '') {
this.apipost(this.ActionStr, data, (res) => {
this.Result = JSON.stringify(res);
this.Result = JSON.stringify(res.data);
});
}
}
......
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