Browse Source

修改bug,保存报错

chenyongxing 8 years ago
parent
commit
53cd367f28

+ 3 - 1
src/main/webapp/WEB-INF/ehr/jsp/dimension/dimension/editorDimensionJs.jsp

@ -43,10 +43,12 @@
        bindEvents: function () {
            var me = this;
            $("#btnSave").click(function () {
                debugger
                if (!$("#div_info_form").ligerAutoForm("validate")) {
                    return;
                }
                var data = !$("#div_info_form").ligerAutoForm("getData");
                var data = $("#div_info_form").ligerAutoForm("getData");
                console.log(data);
                $.ajax({ //ajax处理
                    type: "POST",
                    url: me.actionUrl,