mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改data模块的数据调用和全局设定
This commit is contained in:
@@ -6,7 +6,7 @@ import { readFile, downloadFile } from '@/utils'
|
||||
export const useFile = (targetData: any) => {
|
||||
const uploadFileListRef = ref()
|
||||
const option = toRef(targetData, 'option')
|
||||
console.log(option)
|
||||
|
||||
//@ts-ignore
|
||||
const beforeUpload = ({ file }) => {
|
||||
uploadFileListRef.value = []
|
||||
|
||||
Reference in New Issue
Block a user