|
@@ -234,6 +234,7 @@ export default {
|
|
|
sort: '', // 排序
|
|
|
position: '', // 广告图位置
|
|
|
photoPath: '' ,// banner地址
|
|
|
+ createDate:''
|
|
|
},
|
|
|
bannerType: 'app',
|
|
|
disabled: false,
|
|
@@ -251,6 +252,7 @@ export default {
|
|
|
showModal () {
|
|
|
this.disabled = false
|
|
|
delete this.formData.id
|
|
|
+ delete this.formData.createDate
|
|
|
this.visible = true
|
|
|
this.title = '新增'
|
|
|
this.hideRequiredMark = false
|
|
@@ -306,6 +308,7 @@ export default {
|
|
|
this.formData.status = row.status
|
|
|
this.formData.sort = row.sort
|
|
|
this.formData.position = row.position
|
|
|
+ this.formData.createDate=row.createDate
|
|
|
},
|
|
|
// 0 修改,1 查看详情
|
|
|
handleEdit (row, type) {
|