抢客宝点击2次后所有客户全部出现的bug修复
This commit is contained in:
parent
abac42e58a
commit
37e7afb6a1
@ -117,13 +117,7 @@
|
|||||||
|
|
||||||
//监听搜索提交
|
//监听搜索提交
|
||||||
form.on('submit(webform)', function(data) {
|
form.on('submit(webform)', function(data) {
|
||||||
layui.pageTable.reload({
|
layui.pageTable.reload();
|
||||||
where: {
|
|
||||||
keywords: data.field.keywords,
|
|
||||||
industry_id: data.field.industry_id,
|
|
||||||
source_id: data.field.source_id
|
|
||||||
}
|
|
||||||
});
|
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user