🐛 修复 file 在 IDEA 报错的问题

This commit is contained in:
YunaiV
2023-12-03 10:34:08 +08:00
parent aecc9bb8cb
commit 85fe4ad8d6
3 changed files with 8 additions and 6 deletions

View File

@@ -110,6 +110,7 @@ const queryParams = reactive({
pageSize: 10,
name: undefined,
type: undefined,
path: undefined,
createTime: []
})
const queryFormRef = ref() // 搜索的表单