소스 검색

fix: 销售政策编辑上传文件不回显着问题

zh 2 년 전
부모
커밋
67bbb4303e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/sales_policy/components/editPolicy.vue

+ 2 - 2
src/views/sales_policy/components/editPolicy.vue

@@ -835,9 +835,9 @@ export default {
           commercialType: this.detail.commercialType
         }
         this.region = res.data.flag
-
+ 
         // this.srcList = [this.$imageUrl + this.detail.imgSrc]
-        if (this.isShow === 5 && this.detail.imgSrc) {
+        if (this.isShow === 3 && this.detail.imgSrc) {
           this.detail.imgSrc.split(',').forEach(k => {
             this.fileList.push({
               hover: '',