puzhibing
2024-02-05 640ff18d2d7f4be02ddb7f8f75e899f05545eb98
cloud-server-management/src/main/webapp/static/modular/system/appUser/tAppUser.js
@@ -38,7 +38,16 @@
            }}
    ];
};
TQuestion.close = function() {
    // window.parent.layer.close();
    var index = parent.layer.getFrameIndex(window.name);
    parent.layer.close(index);
    // parent.layer.close(window.parent.parent.TQuestion.layerIndex);
    // console.log("======"+window.parent.TQuestion.layerIndex)
    // window.close();
}
/**
 * 检查是否选中
 */
@@ -61,6 +70,7 @@
 * 点击添加
 */
TQuestion.openAdd = function () {
    var index = layer.open({
        type: 2,
        title: '添加分类',
@@ -360,8 +370,10 @@
                Feng.error("当前手机号 已被注册")
            }else{
                window.parent.TQuestion.table.refresh();
                layer.closeAll('page');
                TQuestion.close();
                Feng.success("添加成功");
                window.close();
            }
        },
@@ -537,9 +549,7 @@
    TQuestion.table.refresh({query: queryData});
};
TQuestion.close = function() {
    parent.layer.close(window.parent.TQuestion.layerIndex);
}
/**
 * 重置搜索
 */