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