Commit 80b542ba authored by 乐宝呗666's avatar 乐宝呗666

修改fileList的问题

parent d6424196
......@@ -24,19 +24,18 @@ export default {
props:{
fileList:{
type:Array,
default:[]
default:[
{
name: "",
url: "",
},
]
},
},
data() {
return {
dialogImageUrl: "",
dialogVisible: false,
fileList: [
{
name: "",
url: "",
},
],
};
},
computed: {
......
......@@ -24,7 +24,12 @@ export default {
props:{
fileList:{
type:Array,
default:[]
default:[
{
name: "",
url: "",
},
]
},
},
data() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment