feat: 解决这里报错卡住的问题

This commit is contained in:
2025-12-10 20:33:33 +08:00
parent 22a8381247
commit 59bd75270a

View File

@ -42,13 +42,16 @@ const handleClick = (tab) => {
console.log(tab)
}
onMounted(() => {
lemon.basedata.fetchSystemOrg({
try {
lemon?.basedata?.fetchSystemOrg({
flat: true,
key_word: ""
}).then(res => {
console.log(res);
})
} catch (error) {
console.log('error: ', error);
}
})
const getJgList = () => {