Explorar o código

Merge remote-tracking branch 'origin/master'

wangxiao %!s(int64=2) %!d(string=hai) anos
pai
achega
52f609dbf3
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      src/pages/cvs/edge/list.vue

+ 3 - 2
src/pages/cvs/edge/list.vue

@@ -77,10 +77,11 @@
         </a-form-item>
 
         <a-form-item label="压缩包" v-bind="validateInfos.file"  >
+          <!-- :showUploadList="false" -->
           <a-upload-dragger
               value="file"
               name="file"
-              :showUploadList="false"
+
               :maxCount="1"
               :beforeUpload="customRequest"
 
@@ -188,7 +189,7 @@ const customRequest = (file) => {
   fd.append('file', file)
   aiboxState.file = fd
   aiboxState.fileName = file.name
-  return false
+  // return false
 }
 
 const getSys = async (record: CVS.AiBox.AiBox) => {