|
@@ -304,8 +304,8 @@ export default {
|
|
|
|
|
|
|
|
this.currentImgData.push(res.data.cover)
|
|
this.currentImgData.push(res.data.cover)
|
|
|
this.form.cover = [res.data.shortCover]
|
|
this.form.cover = [res.data.shortCover]
|
|
|
-
|
|
|
|
|
this.form.price = res.data.prePrice
|
|
this.form.price = res.data.prePrice
|
|
|
|
|
+ this.form.stock = 0
|
|
|
|
|
|
|
|
this.itemClassSelectedData = this.itemClassData.filter(
|
|
this.itemClassSelectedData = this.itemClassData.filter(
|
|
|
e => this.form.classId == e.id
|
|
e => this.form.classId == e.id
|