车型备案 附件修改

This commit is contained in:
zyx.net
2023-03-26 13:47:21 +08:00
parent 146e2497a3
commit 99aba4d595
2 changed files with 4 additions and 5 deletions
@@ -308,7 +308,6 @@ import { message } from 'ant-design-vue'
}
getAction('/ota/otaBaCxJbxx/queryByOtaId',{otaIdT:otaIdT,otaId:otaId}).then(res=>{
if(res.code == 200){
this.form.qymc=res.result.qymc
this.form.djbh=res.result.djbh
this.form.cplb=res.result.cplb
@@ -426,14 +426,14 @@ import uploadFileOta from '@/components/uploadFileOta/file'
})
},
clickButtonToUploadota(current) {
this.$refs.uploadFile.perentHandleFunc()
this.$refs.uploadFile.visible = true
this.$refs.uploadFileOta.perentHandleFunc()
this.$refs.uploadFileOta.visible = true
this.uploadName = current
getAction('sys/common/getFileInfos', { id: current }).then((res) => {
if (res.success) {
this.$refs.uploadFile.perentHandleFunc(res.result)
this.$refs.uploadFileOta.perentHandleFunc(res.result)
} else {
this.$refs.uploadFile.perentHandleFunc()
this.$refs.uploadFileOta.perentHandleFunc()
}
})
},