请求方式统一

This commit is contained in:
Administrator 2019-02-27 08:46:37 +08:00
parent 73f7452667
commit e658088863
1 changed files with 1 additions and 1 deletions

View File

@ -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>")
}