liujie
8 天以前 bc52f606d965585ab8a14730a2ec96e5f7197c67
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("添加成功!");