puzhibing
2024-02-29 7e1737e6b43827d5f766a49a4005077c5fa5eae3
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("添加成功!");