From 2d0d5c8f1ef5dc78d3d2407abfcaf3a4d43be66f Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Tue, 21 Oct 2025 15:14:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=A0=E9=99=A4=E6=B4=BE?= =?UTF-8?q?=E5=8D=95=E9=97=A8=E5=BA=97=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/controllers/receiver/Clues.php | 2 +- admin/views/receiver/clues/edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/controllers/receiver/Clues.php b/admin/controllers/receiver/Clues.php index 517f1442..f13e18d5 100644 --- a/admin/controllers/receiver/Clues.php +++ b/admin/controllers/receiver/Clues.php @@ -1342,7 +1342,7 @@ class Clues extends HD_Controller * 删除客户派单 * @return bool */ - public function delete_customer() + public function edit_customer() { $info = $this->input->post('info'); $bizId = $this->input->post('bizId'); diff --git a/admin/views/receiver/clues/edit.php b/admin/views/receiver/clues/edit.php index d3f0e172..2b0e45a8 100644 --- a/admin/views/receiver/clues/edit.php +++ b/admin/views/receiver/clues/edit.php @@ -879,7 +879,7 @@ layer.confirm('您确定要删除?', {icon: 3, title: '提示'}, function (index) { layer.close(index); $.ajax({ - url: '/receiver/clues/delete_customer', + url: '/receiver/clues/edit_customer', type: 'post', dataType: 'json', data: {