quanyawei
2023-11-15 53ae51f7111fe62f0011d304268cbfe1261b36f1
pages/actionChange/components/rectificationInfor.vue
@@ -33,7 +33,7 @@
                        <u-form-item label="是否整改:" :required="!pageState" :border-bottom="false">
                           <u-radio-group v-model="form.isChange" @change="radioGroupChange">
                              <u-radio :key="index" v-for="(item, index) in list"
                                 :custom-style="{marginRight: '8px'}" :label="item.name"
                                 :custom-style="{marginRight: '16px'}" :label="item.name"
                                 :name="item.value" />
                           </u-radio-group>
                        </u-form-item>
@@ -145,8 +145,11 @@
               let name = item.fileType === 1 ? 'name.png' : 'name.mp4'
               this.fileList.push(`${this.baseUrl}/file/preview/${item.fileId}?${name}`) // 原图
            })
            console.log('this.fileList', this.basicInfor.fileBaseList)
            console.log('this.fileList', this.fileList)
         }
         let userInfor = JSON.parse(uni.getStorageSync('userInfor') || '{}')
         console.log('userInfor', userInfor)
         if (this.basicInfor.pageState === 'edit') {
            this.form.changeName = userInfor.userName
         }
      },
      methods: {