|
|
@@ -147,12 +147,6 @@
|
|
147
|
147
|
|
|
148
|
148
|
<body>
|
|
149
|
149
|
<div class="container-fluid">
|
|
150
|
|
- <div class="daoHang clearfix">
|
|
151
|
|
- <div class="dhLeft">
|
|
152
|
|
- <sapn><i class="syIcon"></i>位置:<a id="ReIndex">首页</a>><a href="javaScript:;">系统管理</a>><a href="" class="nowPosition">添加修改通讯录</a></sapn>
|
|
153
|
|
- </div>
|
|
154
|
|
- <div class="dhRight"><a href="" title="刷新"><i class="fa fa-refresh"></i></a></div>
|
|
155
|
|
- </div>
|
|
156
|
150
|
<div class="row-fluid clearfix">
|
|
157
|
151
|
<div class="bjleft col-md-12">
|
|
158
|
152
|
<!--<div class="bj-title">
|
|
|
@@ -292,7 +286,6 @@
|
|
292
|
286
|
<p style="text-align: center; padding: 20px 0;">
|
|
293
|
287
|
|
|
294
|
288
|
<button class="btns sureCun" type="button">保存</button>
|
|
295
|
|
- <button class="btns return" type="button">取消</button>
|
|
296
|
289
|
</p>
|
|
297
|
290
|
|
|
298
|
291
|
</div>
|
|
|
@@ -359,8 +352,10 @@
|
|
359
|
352
|
success:function(data){
|
|
360
|
353
|
var con=JSON.parse(data);
|
|
361
|
354
|
if(con.state.toLowerCase()=='success'){
|
|
362
|
|
- layer.msg('添加成功');
|
|
363
|
|
- top.$("iframe:visible")[0].src = "SystemManager/tongXun.html";
|
|
|
355
|
+ var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
|
|
|
356
|
+ parent.layer.close(index); //再执行关闭
|
|
|
357
|
+ parent.initTable();
|
|
|
358
|
+ parent.layer.msg("添加成功");
|
|
364
|
359
|
}
|
|
365
|
360
|
|
|
366
|
361
|
}
|