update src/views/infra/apiAccessLog/ApiAccessLogModel.vue.

Signed-off-by: yanchangshan <5333290+yanchangshan@user.noreply.gitee.com>
pull/1/head
yanchangshan 2023-03-23 02:00:51 +00:00 committed by Gitee
parent 5831ca39bb
commit c1f727708f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
</BasicModal>
</template>
<script lang="ts" setup name="ApiAccessLogModal"></script>
<script lang="ts" setup name="ApiAccessLogModal">
import { ref, computed, unref } from 'vue'
import { BasicModal, useModalInner } from '@/components/Modal'
@ -57,4 +57,4 @@ async function handleSubmit() {
setModalProps({ confirmLoading: false })
}
}
</script>
</script>