其他类型文件同步数据更改
continuous-integration/drone/push Build is passing Details

main
caiyiling 2026-05-19 15:26:06 +08:00
parent 2a68b40875
commit 04014ab524
2 changed files with 5 additions and 3 deletions

View File

@ -136,7 +136,9 @@ export default {
},
rowInfo: {
type: Object,
required: true,
default() {
return {}
}
},
},
data() {

View File

@ -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'