修改删除派单门店方法
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user