[update] 法规符合性排查流程-车型项目文件上传改成单独的接口

This commit is contained in:
lideqin
2024-08-19 17:41:26 +08:00
parent 9129dee2e9
commit 5c431134ab
2 changed files with 7 additions and 1 deletions
+6 -1
View File
@@ -76,7 +76,7 @@ export default {
name: 'JUpload',
data () {
return {
uploadAction: window._CONFIG.domianURL + '/sys/common/upload',
uploadAction: window._CONFIG.domianURL + this.uploadUrl,
headers: {},
fileList: [],
newFileList: [],
@@ -167,6 +167,11 @@ export default {
type: Number,
required: false,
default: 20
},
uploadUrl: {
type: String,
required: false,
default: '/sys/common/upload'
}
},
watch: {
@@ -95,6 +95,7 @@
:number="1"
:multiple="false"
@change="modelFileChange"
uploadUrl="/process/standardComplianceCheck/uploadModelFile"
:disabled="isRejectedData">
</j-upload>
</a-form-model-item>