|
|
@@ -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) => {
|