bug修复
This commit is contained in:
@@ -210,10 +210,12 @@
|
|||||||
this.dataForm.productImages = data.bookTaskEntity.images
|
this.dataForm.productImages = data.bookTaskEntity.images
|
||||||
this.dataForm.productDetails = data.bookTaskEntity.content
|
this.dataForm.productDetails = data.bookTaskEntity.content
|
||||||
console.log(this.dataForm.video, 'this.dataForm.video')
|
console.log(this.dataForm.video, 'this.dataForm.video')
|
||||||
|
if (this.dataForm.video != '') {
|
||||||
this.videoList.push({
|
this.videoList.push({
|
||||||
name: data.bookTaskEntity.heading,
|
name: data.bookTaskEntity.heading,
|
||||||
url: data.bookTaskEntity.video
|
url: data.bookTaskEntity.video
|
||||||
})
|
})
|
||||||
|
}
|
||||||
if (data.bookTaskEntity.images != "") {
|
if (data.bookTaskEntity.images != "") {
|
||||||
var img = {
|
var img = {
|
||||||
name: '',
|
name: '',
|
||||||
|
|||||||
@@ -15,7 +15,6 @@
|
|||||||
border
|
border
|
||||||
v-loading="dataListLoading"
|
v-loading="dataListLoading"
|
||||||
@selection-change="selectionChangeHandle"
|
@selection-change="selectionChangeHandle"
|
||||||
:default-sort = "{prop: 'days', order: 'ascending'}"
|
|
||||||
style="width: 100%;">
|
style="width: 100%;">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
type="selection"
|
type="selection"
|
||||||
|
|||||||
Reference in New Issue
Block a user