Commit 84c8bf44 authored by ms-dev's avatar ms-dev

模板请求方式调整为get

parent b719fdf3
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
$(function(){ $(function(){
var URL="${managerPath}/template/queryTemplateFileForColumn.do"; var URL="${managerPath}/template/queryTemplateFileForColumn.do";
var DATA = ""; 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){ if(msg.length==0){
$("#select_id").append("<option value='' >暂无文件</option>") $("#select_id").append("<option value='' >暂无文件</option>")
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment