其他类型文件同步数据更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2a68b40875
commit
04014ab524
|
|
@ -136,7 +136,9 @@ export default {
|
|||
},
|
||||
rowInfo: {
|
||||
type: Object,
|
||||
required: true,
|
||||
default() {
|
||||
return {}
|
||||
}
|
||||
},
|
||||
},
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ export default {
|
|||
activeTab: 'study',
|
||||
tabInfo: {
|
||||
activeTab: 'file',
|
||||
currentRow: null
|
||||
currentRow: {}
|
||||
},
|
||||
fileUploadRecordId: '',
|
||||
path: ''
|
||||
|
|
@ -52,7 +52,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
openTaskTable(obj) {
|
||||
this.tabInfo.currentRow = obj || null
|
||||
this.tabInfo.currentRow = obj || {}
|
||||
this.fileUploadRecordId = obj.Id
|
||||
this.path = obj.Path
|
||||
this.tabInfo.activeTab = 'task'
|
||||
|
|
|
|||
Loading…
Reference in New Issue