重复车架恢复调试

master
zhaocheng 2 years ago
parent 0a5376b42c
commit 04f74be9ec
  1. 2
      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');

Loading…
Cancel
Save