|
@@ -221,7 +221,6 @@ export default {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
this.goodsInfo = res.data
|
|
this.goodsInfo = res.data
|
|
|
- console.log(this.goodsInfo,'1111')
|
|
|
|
|
Object.keys(this.form).forEach((i, index) => {
|
|
Object.keys(this.form).forEach((i, index) => {
|
|
|
this.form[i] = res.data[i];
|
|
this.form[i] = res.data[i];
|
|
|
});
|
|
});
|