|
@@ -422,7 +422,7 @@ export default {
|
|
|
this.specForm.picUrl = response.data.url
|
|
this.specForm.picUrl = response.data.url
|
|
|
},
|
|
},
|
|
|
handleSpecificationShow() {
|
|
handleSpecificationShow() {
|
|
|
- this.specForm = {}
|
|
|
|
|
|
|
+ this.specForm = { specification: '', value: '', picUrl: '' }
|
|
|
this.specVisiable = true
|
|
this.specVisiable = true
|
|
|
},
|
|
},
|
|
|
handleSpecificationAdd() {
|
|
handleSpecificationAdd() {
|