main
kgdxpr 1 year ago
parent 8350ce47de
commit 8af6adfc54

@ -162,7 +162,8 @@
where: { where: {
type_id: $("#orgTypeId").val(), type_id: $("#orgTypeId").val(),
area_id: areaId, area_id: areaId,
keyword: $("#searchTxt").val() keyword: $("#searchTxt").val(),
not_include_child: 1
}, },
height: 'full-150', height: 'full-150',
page: { page: {

@ -120,7 +120,8 @@
where: { where: {
type_id: 1, type_id: 1,
area_id: areaId, area_id: areaId,
keyword: $("#searchTxt").val() keyword: $("#searchTxt").val(),
not_include_child: 1
}, },
height: 'full-150', height: 'full-150',
page: { page: {

@ -136,7 +136,8 @@
where: { where: {
type_id: 1, type_id: 1,
area_id: areaId, area_id: areaId,
keyword: $("#searchTxt").val() keyword: $("#searchTxt").val(),
not_include_child: 1
}, },
height: 'full-150', height: 'full-150',
page: { page: {

Loading…
Cancel
Save