|
@@ -302,6 +302,8 @@
|
|
|
|
|
|
/**选择部门树回调方法**/
|
|
|
function doSubmit(index, layero){
|
|
|
+ //清空下方已选择的接口列表
|
|
|
+ $("#accordion").html("");
|
|
|
var tree = layero.find("iframe")[0].contentWindow.$._tree;
|
|
|
if ($.tree.notAllowParents(tree)) {
|
|
|
var body = layer.getChildFrame('body', index);
|