From 04f74be9ec76a7ecba85a3309bccc33e6f3e93e0 Mon Sep 17 00:00:00 2001 From: zhaocheng <578322713@qq.com> Date: Tue, 13 Sep 2022 16:56:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=A4=8D=E8=BD=A6=E6=9E=B6=E6=81=A2?= =?UTF-8?q?=E5=A4=8D=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/view/repeat/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/view/repeat/index.html b/app/view/repeat/index.html index 5f5f9d6..7cde1a6 100644 --- a/app/view/repeat/index.html +++ b/app/view/repeat/index.html @@ -258,7 +258,7 @@ layer.prompt({title: '请输入删除任务ID值',}, function(value, index, elem){ index = layer.load(); //向服务端发送删除指令 - $.post('{:url("/repeat/recovery/")}' + value, function (ret) { + $.post('{:url("/repeat/recovery/")}?id=' + value, function (ret) { layer.close(index); layer.msg(ret.msg, function () { layui.table.reload('carInfo');