修改删除派单门店方法

This commit is contained in:
lcc
2025-10-21 15:14:15 +08:00
parent 6e562dd473
commit 2d0d5c8f1e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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');
+1 -1
View File
@@ -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: {