浏览代码

no message

linwenxin 5 月之前
父节点
当前提交
6e40913bba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/setting/workContactLetter/workContactLetterPage/index.vue

+ 1 - 1
src/views/setting/workContactLetter/workContactLetterPage/index.vue

@@ -713,7 +713,7 @@ export default {
           render: (h, { props, onInput }) => {
             return (
               <div>
-                <ImageUpload fileList={this.formData.fileUrl} limit={1} isEdit={this.openType == 0} />
+                <ImageUpload fileList={this.formData.fileUrl} limit={100} isEdit={this.openType == 0} />
               </div>
             )
           }