From 46f099f478f0787f656eadcca3fcf0e0a8903c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98wangjiuyun?= <‘1595161655@qq.com> Date: Thu, 19 Dec 2024 16:24:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/admin/project_budget_edit.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("导入完成");