公告板
版本库
filestore
活动
搜索
登录
web
/
vue_smartai_audio
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix:修复uibug
charles
2024-05-06
bad4f431d9287c31da042ada125910e9b3e8c3b8
[web/vue_smartai_audio.git]
/
src
/
mixins
/
uploadMixins.js
1
2
3
4
5
6
7
8
9
10
11
12
export default {
data(){
return {
fileList:[]
}
},
methods:{
selFile(fileList){
this.fileList=fileList;
}
}
}