Compare commits

...

2 Commits

2 changed files with 20 additions and 22 deletions

View File

@ -278,8 +278,6 @@
is_illegal: is_illegal.value,
is_drawback: is_drawback.value,
countyid: countyid.value,
streetid: streetid.value,
communityid: communityid.value,
key: searchKey.value,
};
return temp;
@ -322,15 +320,16 @@
countyid.value = null;
streetid.value = null;
communityid.value = null;
if (items && JSON.stringify(items).length == 6) {
countyid.value = items;
}
if (items && JSON.stringify(items).length == 9) {
streetid.value = items;
}
if (items && JSON.stringify(items).length == 12) {
communityid.value = items;
}
countyid.value = items;
// if (items && JSON.stringify(items).length == 6) {
// countyid.value = items;
// }
// if (items && JSON.stringify(items).length == 9) {
// streetid.value = items;
// }
// if (items && JSON.stringify(items).length == 12) {
// communityid.value = items;
// }
reload1();
}

View File

@ -177,8 +177,6 @@
is_illegal: is_illegal.value,
is_drawback: is_drawback.value,
countyid: countyid.value,
streetid: streetid.value,
communityid: communityid.value,
case_no: searchCaseNo.value,
key: searchKey.value,
};
@ -224,15 +222,16 @@
countyid.value = null;
streetid.value = null;
communityid.value = null;
if (items && JSON.stringify(items).length == 6) {
countyid.value = items;
}
if (items && JSON.stringify(items).length == 9) {
streetid.value = items;
}
if (items && JSON.stringify(items).length == 12) {
communityid.value = items;
}
countyid.value = items;
// if (items && JSON.stringify(items).length == 6) {
// countyid.value = items;
// }
// if (items && JSON.stringify(items).length == 9) {
// streetid.value = items;
// }
// if (items && JSON.stringify(items).length == 12) {
// communityid.value = items;
// }
reload1();
}
function handleAuditing(record) {