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

调整

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