无关风月
2025-04-03 f4744cf0f465478f06a9ebbc2e4966bf096a06e2
cloud-server-management/src/main/webapp/static/modular/system/dept/dept_info.js
@@ -128,7 +128,10 @@
    if (!this.validate()) {
        return;
    }
    var elementById = document.getElementById("isSale");
    if (elementById.checked){
    }
    //提交信息
    var ajax = new $ax(Feng.ctxPath + "/dept/add", function(data){
        Feng.success("添加成功!");