diff --git a/Report-V3-TS/src/components/Base/Jsq-crud/src/Jsq-crud.vue b/Report-V3-TS/src/components/Base/Jsq-crud/src/Jsq-crud.vue
index eb1dad44..97a5936a 100644
--- a/Report-V3-TS/src/components/Base/Jsq-crud/src/Jsq-crud.vue
+++ b/Report-V3-TS/src/components/Base/Jsq-crud/src/Jsq-crud.vue
@@ -186,7 +186,7 @@
watch(() => unref(getApiOptions)?.queryApi,
() => {
- getBindValue.value?.autoLoad && toQuery()
+ unref(getTableOptions)?.autoLoad && toQuery()
})
// 获取查询参数
diff --git a/Report-V3-TS/src/views/system/fileManage/index.vue b/Report-V3-TS/src/views/system/fileManage/index.vue
index c1096a78..1ee014e9 100644
--- a/Report-V3-TS/src/views/system/fileManage/index.vue
+++ b/Report-V3-TS/src/views/system/fileManage/index.vue
@@ -22,7 +22,7 @@