Explorar o código

请求方式统一

Administrator %!s(int64=7) %!d(string=hai) anos
pai
achega
e658088863
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/webapp/WEB-INF/manager/cms/generate/index.ftl

+ 1 - 1
src/main/webapp/WEB-INF/manager/cms/generate/index.ftl

@@ -67,7 +67,7 @@
 	$(function(){
 		var URL="${managerPath}/template/queryTemplateFileForColumn.do";
 		var DATA = "";
-		$(this).request({url:URL,data:DATA,type:"json",method:"post",func:function(msg) {
+		$(this).request({url:URL,data:DATA,type:"json",method:"get",func:function(msg) {
 			if(msg.length==0){
 				$("#select_id").append("<option value='' >暂无文件</option>")
 			}