Selaa lähdekoodia

Merge remote-tracking branch 'origin/master'

wangxiao 2 vuotta sitten
vanhempi
commit
52f609dbf3
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  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) => {