提交 03777b1a 编写于 作者: S st

服务接口地址修改

上级 34b2478c
......@@ -34,7 +34,7 @@
"scriptListAreaSccrollNode": {
"margin": "4px",
"margin-right": "8px",
"overflow": "auto",
"overflow": "hidden",
"background-color": "#FFF",
"border-top": "1px solid #999",
"border-left": "1px solid #999",
......
......@@ -229,7 +229,7 @@ MWF.xApplication.ConfigDesigner.Script = new Class({
this.lisNode.getLast().set("text", this.data.name);
}
this.designer.notice(this.designer.lp.notice.save_success, "success", this.node, {"x": "left", "y": "bottom"});
this.data.id = json.data.id;
//this.data.id = json.data.id;
if (callback) callback();
}.bind(this), function(xhr, text, error){
this.isSave = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册