Compare commits
2 Commits
694bfe783b
...
cada2bbf43
| Author | SHA1 | Date |
|---|---|---|
|
|
cada2bbf43 | |
|
|
8a20e39c7b |
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue