bug67198
This commit is contained in:
@@ -594,7 +594,7 @@ module.exports = {
|
||||
labelAreaDeleted: 'If it is deleted, All label items under the display area will be deleted',
|
||||
searchInResults: 'Search In Results',
|
||||
searchContent: 'Search Content',
|
||||
viewFile: 'View File',
|
||||
viewFile: 'View',
|
||||
fileFormatIncorrect: 'The file format is incorrect',
|
||||
pleaseUploadFile: 'Please upload the file',
|
||||
documentSplitList: 'Document Split List Display',
|
||||
@@ -1523,7 +1523,7 @@ module.exports = {
|
||||
VINcodeupload:'VIN code upload',
|
||||
Tasknode:'Task Node',
|
||||
Taskresponsibilityrecognition:'Task responsibility recognition',
|
||||
uploadattachment:'Upload attachment',
|
||||
uploadattachment:'Upload',
|
||||
Processhistory:'Process history',
|
||||
resultofhandling:'Result of handling',
|
||||
cause:'cause',
|
||||
|
||||
+3
-1
@@ -202,8 +202,10 @@ import ImportFile from '@/components/ImportFileData/index'
|
||||
// this.dataSource[2].info= Number(res.result.sjsbcs)== 0 ? undefined :Number(res.result.sjsbcs)
|
||||
this.dataSource[2].info= res.result.sjsbcs
|
||||
this.dataSource[3].info= res.result.xxaqjz
|
||||
if(res.result.zmclList){
|
||||
console.log(this.dataSource[0].certifyingmaterials = this.$t('viewFile'))
|
||||
}
|
||||
this.fileList.uploadName = res.result.zmclList
|
||||
this.fileList.certifyingmaterials = this.$t('viewFile')
|
||||
this.$refs.uploadFile.perentHandleFunc(this.fileList.uploadName)
|
||||
this.$forceUpdate()
|
||||
this.loading = false
|
||||
|
||||
+3
-5
@@ -221,12 +221,10 @@ export default {
|
||||
this.dataSource[7].relevantverification=Number(res.result.sjsbaq)
|
||||
this.dataSource[8].relevantverification=Number(res.result.sjgg)
|
||||
this.dataSource[9].relevantverification=Number(res.result.sjzt)
|
||||
if(res.result.zmclList){
|
||||
console.log(this.dataSource[0].certifyingmaterials = this.$t('viewFile'))
|
||||
}
|
||||
this.fileList.uploadName = res.result.zmclList
|
||||
this.$nextTick(() => {
|
||||
this.fileList.certifyingmaterials = this.$t('viewFile')
|
||||
})
|
||||
this.fileList.certifyingmaterials = this.$t('viewFile')
|
||||
console.log(this.fileList)
|
||||
this.$refs.uploadFile.perentHandleFunc(this.fileList.uploadName)
|
||||
this.$forceUpdate()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user