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) console.log(tab)
} }
onMounted(() => { onMounted(() => {
lemon.basedata.fetchSystemOrg({ try {
flat: true, lemon?.basedata?.fetchSystemOrg({
key_word: "" flat: true,
}).then(res => { key_word: ""
console.log(res); }).then(res => {
console.log(res);
}) })
} catch (error) {
console.log('error: ', error);
}
}) })
const getJgList = () => { const getJgList = () => {