lilei 4 yıl önce
ebeveyn
işleme
27f7378597
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/views/shop/bannerSetting.vue

+ 1 - 1
src/views/shop/bannerSetting.vue

@@ -323,7 +323,6 @@ export default {
   },
   methods: {
     jumpTypeChange (val) {
-      console.log(val)
       this.showJumpUrl = val != 'NONE'
     },
     showModal () {
@@ -385,6 +384,7 @@ export default {
       this.formData.jumpType = row.jumpType
       this.formData.remarks = row.remarks
       this.formData.createDate = row.createDate
+      this.jumpTypeChange(this.formData.jumpType)
     },
     // 0 修改,1 查看详情
     handleEdit (row, type) {