From 14ce319001e83d1f2cdccee387cbf774e5d7a447 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Thu, 21 Nov 2024 10:53:16 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/demandPlan/child/apply_plan_detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/demandPlan/child/apply_plan_detail.js b/js/demandPlan/child/apply_plan_detail.js index b7e503b..42942e4 100644 --- a/js/demandPlan/child/apply_plan_detail.js +++ b/js/demandPlan/child/apply_plan_detail.js @@ -299,7 +299,7 @@ function getDetailById() { // 打印 function print() { - Print('#body', { + Print('#main-box', { onStart: function () { console.log('onStart', new Date()) },