结束升级对接
This commit is contained in:
@@ -152,6 +152,7 @@
|
||||
</div>
|
||||
<a-form-model-item class="itemModel" prop="VINcodelist">
|
||||
<a-button type="primary" class="button-text"
|
||||
:disabled="disabled"
|
||||
@click="clickButtonToUpload('ssjlfj')">
|
||||
{{ (formInline.ssjlfj === 'null' || formInline.ssjlfj === '' ||
|
||||
formInline.ssjlfj == null) ? $t('clickUpload') : $t('viewUploadedFiles')
|
||||
@@ -243,10 +244,17 @@ export default {
|
||||
this.showButton=true
|
||||
}
|
||||
this.record=record
|
||||
|
||||
this.visible = true
|
||||
this.confirmLoading = false
|
||||
console.log('555',record);
|
||||
console.log('555',record);
|
||||
getAction('/ota/otaBaSjJssj/queryByOtaId',{otaId:this.record.id}).then(res=>{
|
||||
if(res.code==200){
|
||||
this.formInline=res.result ==null? {list:[{}]} :res.result
|
||||
if(res.result.list==null ||res.result.list.length==0){
|
||||
this.formInline.list=[{}]
|
||||
}
|
||||
}
|
||||
})
|
||||
this.$nextTick(() => {
|
||||
this.formInline = { ...this.formInline }
|
||||
this.$refs.ruleForm.clearValidate()
|
||||
|
||||
Reference in New Issue
Block a user