Commit 8dd54c15 authored by zhengke's avatar zhengke

修改

parent 8ec13f4f
...@@ -857,6 +857,7 @@ ...@@ -857,6 +857,7 @@
}, },
//操作项目 //操作项目
OperateDialog(index) { OperateDialog(index) {
this.clearMsg();
this.isShowDialog = true; this.isShowDialog = true;
this.OpIndex = index; this.OpIndex = index;
switch (this.OpType) { switch (this.OpType) {
...@@ -992,6 +993,7 @@ ...@@ -992,6 +993,7 @@
this.MenuObj.NavTitle = ""; this.MenuObj.NavTitle = "";
this.MenuObj.NavUrl = ""; this.MenuObj.NavUrl = "";
this.MenuObj.IsNewOpen = 0; this.MenuObj.IsNewOpen = 0;
this.MenuObj.MenuId = 0;
this.BranchObj.Id = 0; this.BranchObj.Id = 0;
this.BranchObj.BName = ""; this.BranchObj.BName = "";
......
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