diff --git a/src/main/resources/templates/admin/project_budget_edit.ftl b/src/main/resources/templates/admin/project_budget_edit.ftl index 5594e6d..aaa5b29 100644 --- a/src/main/resources/templates/admin/project_budget_edit.ftl +++ b/src/main/resources/templates/admin/project_budget_edit.ftl @@ -2410,7 +2410,7 @@ fileElementId: id,// file标签的id dataType: 'json',// 返回数据的类型 success: function (data, status) { - console.log("--------success---------" + data) + console.log("--------success---------" , data) // if($('#modal')){ // $('#modal').modal('close'); // $('#span-'+id).html("导入完成");