소스 검색

修改样式

chenyongxing 7 년 전
부모
커밋
e45bdd8676
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/webapp/pages/add.jsp

+ 2 - 2
src/main/webapp/pages/add.jsp

@ -96,7 +96,7 @@
<script>
    $("#typeSelect").ligerComboBox(
        {
            url:"admin/feedback/getArticleType",
            url:"getArticleType",
            valueField: 'code',
            textField: 'name',
            selectBoxWidth: 400,
@ -165,7 +165,7 @@
        $.ajax({
            cache: true,
            type: "POST",
            url:"admin/feedback/save",
            url:"save",
            data:$('#article').serialize(),
            async: false,
            error: function(request) {