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');