Commit 964c793d authored by 李苏's avatar 李苏 💬

调整

parent 972ce9ef
......@@ -106,7 +106,7 @@
},
methods: {
delfile(index){
this.form.splice(index,1)
this.form.photo.splice(index,1)
},
changeBase64(file,base64List){
const reader = new FileReader();
......
......@@ -105,7 +105,7 @@
},
methods: {
delfile(index){
this.form.splice(index,1)
this.form.photo.splice(index,1)
},
changeBase64(file,base64List){
const reader = new FileReader();
......
......@@ -99,7 +99,7 @@
},
methods: {
delfile(index){
this.form.splice(index,1)
this.form.photo.splice(index,1)
},
changeBase64(file,base64List){
const reader = new FileReader();
......
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