@@ -66,8 +66,8 @@ onLoad((options) => {
console.log('onLoad:', 789)
if (options.enterpriseId) {
enterpriseId.value = options.enterpriseId
+ getList()
}
- getList()
})
const addReport = () => {