peng
6 天以前 7f072a3fed7882989b676c6775dd67a88feddc39
修改适配页面
1个文件已修改
9 ■■■■■ 已修改文件
manager/src/views/video/VideoList.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manager/src/views/video/VideoList.vue
@@ -954,13 +954,19 @@
        this.videoTagList = res.data;
      })
      this.upLoadVideoShow = true;
      console.log('--------------------->',row.tagList)
      if (row.tagList){
      this.chooseTag = row.tagList.map(item => {
        return item.tagName
      })
      }
      console.log('选中列表---》',row.goodsList)
      if (row.goodsList){
      row.goodsList.forEach(item => {
        item.goodsSkuId = item.id
      })
      }
      this.uploadVideoForm = {
        id: '',
        title: '',
@@ -977,6 +983,7 @@
      }
      if (row.tagList){
      // 遍历已选择的标签
      row.tagList.forEach(tag => {
        // 检查标签是否已存在于videoTagList中
@@ -989,6 +996,8 @@
          });
        }
      });
      }
      this.uploadVideoForm = row
      console.log("打印值",this.uploadVideoForm)
      this.uploadVideoForm.fileInfo= {};