feat: 解决这里报错卡住的问题
This commit is contained in:
@ -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 = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user