瀏覽代碼

no message

linwenxin 5 月之前
父節點
當前提交
81be6dc5a6
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/views/setting/workContactLetter/workContactLetterPage/index.vue

+ 3 - 2
src/views/setting/workContactLetter/workContactLetterPage/index.vue

@@ -765,7 +765,7 @@ export default {
           }
         },
         {
-          isShow: ['AP'].includes(this.formData1.websitAppeal),
+          isShow: this.openType == -1 ? true : ['AP'].includes(this.formData1.websitAppeal),
           md: 24,
           name: 'el-input',
           attributes: {
@@ -788,9 +788,10 @@ export default {
             rules: []
           },
           render: (h, { props, onInput }) => {
+            var { value } = props
             return (
               <div>
-                <ImageUpload fileList={this.formData1.appealUrl} limit={100} isEdit={this.openType == 1} />
+                <ImageUpload fileList={value} limit={100} isEdit={this.openType == 1} />
               </div>
             )
           }