企业信息查询bug修改

This commit is contained in:
songxudong 2025-08-22 19:52:13 +08:00
parent f9422c9f67
commit 20436c0425
2 changed files with 4 additions and 1 deletions

View File

@ -312,6 +312,9 @@ watch(
dialogConfig.value.rules = baseRules
}
)
const route = useRoute();
onMounted(async () => {})
</script>
<style scoped lang="scss">
.zfjc-pic {

View File

@ -693,7 +693,7 @@ public class EnterprisePoniteScheduleService {
}
} catch (Exception e) {
log.info("危化企业信息查询查询异常:" + e);
}
return flag;
}
}