企业信息查询bug修改
This commit is contained in:
parent
f9422c9f67
commit
20436c0425
|
|
@ -312,6 +312,9 @@ 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 {
|
||||||
|
|
|
||||||
|
|
@ -693,7 +693,7 @@ public class EnterprisePoniteScheduleService {
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.info("危化企业信息查询查询异常:" + e);
|
log.info("危化企业信息查询查询异常:" + e);
|
||||||
}
|
|
||||||
return flag;
|
return flag;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue