From fc3f1d20233c6826715f119dbd6e83d03dd30cd0 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Thu, 25 Jan 2024 08:22:59 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/tb/form/view_bureau.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebRoot/view/tb/form/view_bureau.html b/WebRoot/view/tb/form/view_bureau.html index 3434991e..2e7f697c 100644 --- a/WebRoot/view/tb/form/view_bureau.html +++ b/WebRoot/view/tb/form/view_bureau.html @@ -83,7 +83,7 @@ $.ajax({ - url: "/QingLong/collect/getJob?job_id=" + jobId, + url: "/QingLong/collect/getJob?job_id=" + jobId + "&target_id=" + targetId, async: false, type: 'GET', success: function (res) {