执法检查总结模版调整
This commit is contained in:
parent
12f82a463c
commit
f9422c9f67
|
|
@ -312,9 +312,6 @@ watch(
|
||||||
dialogConfig.value.rules = baseRules
|
dialogConfig.value.rules = baseRules
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
const route = useRoute();
|
|
||||||
onMounted(async () => {})
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.zfjc-pic {
|
.zfjc-pic {
|
||||||
|
|
|
||||||
|
|
@ -692,6 +692,7 @@ public class EnterprisePoniteScheduleService {
|
||||||
refreshToken();
|
refreshToken();
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
log.info("危化企业信息查询查询异常:" + e);
|
||||||
}
|
}
|
||||||
return flag;
|
return flag;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -176,7 +176,8 @@ public class EnterpriseScheduleService {
|
||||||
if (arrNode.isArray()) {
|
if (arrNode.isArray()) {
|
||||||
long total = data.get("totalCount").asLong();
|
long total = data.get("totalCount").asLong();
|
||||||
int limit = data.get("limit").asInt();
|
int limit = data.get("limit").asInt();
|
||||||
|
if (total > limit && arrNode.size() >= limit)
|
||||||
|
goon = true;
|
||||||
List<Enterprise> enterprises = new ArrayList<>();
|
List<Enterprise> enterprises = new ArrayList<>();
|
||||||
List<EnterpriseInterfaceDto> dtos = objectMapper.readValue(arrNode.toString(), new TypeReference<>() {
|
List<EnterpriseInterfaceDto> dtos = objectMapper.readValue(arrNode.toString(), new TypeReference<>() {
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue