소스 검색

bug 修复

lilei 4 년 전
부모
커밋
27f7378597
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {