nickchange
2023-11-15 951f90b82993acc835cdf58a9f1f39aeecd86674
cloud-server-management/src/main/webapp/static/modular/system/appUser/tAppUser.js
@@ -38,7 +38,9 @@
            }}
    ];
};
TQuestion.close = function() {
    parent.layer.close(window.parent.TQuestion.layerIndex);
}
/**
 * 检查是否选中
 */
@@ -537,9 +539,7 @@
    TQuestion.table.refresh({query: queryData});
};
TQuestion.close = function() {
    parent.layer.close(window.parent.TQuestion.layerIndex);
}
/**
 * 重置搜索
 */
@@ -564,4 +564,15 @@
    var carPhoto = new $WebUpload("img");
    carPhoto.setUploadBarId("progressBar");
    carPhoto.init();
    // //提交信息
    // var ajax = new $ax(Feng.ctxPath + "/operatorUser/mgtShopAuth", function (data) {
    //     Feng.success("添加成功!");
    //     window.parent.Course.table.refresh();
    //     CourseInfo.close();
    // }, function (data) {
    //     Feng.error("添加失败!" + data.responseJSON.message + "!");
    // });
    // ajax.start();
});