nickchange
2023-11-17 695ff7ec8bd12b6cf32b77902bd5cfb44419b835
cloud-server-management/src/main/webapp/static/modular/system/operator/operator.js
@@ -121,7 +121,6 @@
            this.layerIndex = index;
        }
    }
};
TSite.addSubmit = function(){
    var alipayType = $("input[name='alipayType']:checked").val();
@@ -167,6 +166,7 @@
    }
    var ajax = new $ax(Feng.ctxPath + "/operator/proportion", function(data){
        Feng.success("分账比例设置成功")
        window.parent.TSite.table.refresh();
        TSite.close();
        TSite.search();
    });