其他类型文件同步数据更改
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: {
|
rowInfo: {
|
||||||
type: Object,
|
type: Object,
|
||||||
required: true,
|
default() {
|
||||||
|
return {}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ export default {
|
||||||
activeTab: 'study',
|
activeTab: 'study',
|
||||||
tabInfo: {
|
tabInfo: {
|
||||||
activeTab: 'file',
|
activeTab: 'file',
|
||||||
currentRow: null
|
currentRow: {}
|
||||||
},
|
},
|
||||||
fileUploadRecordId: '',
|
fileUploadRecordId: '',
|
||||||
path: ''
|
path: ''
|
||||||
|
|
@ -52,7 +52,7 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
openTaskTable(obj) {
|
openTaskTable(obj) {
|
||||||
this.tabInfo.currentRow = obj || null
|
this.tabInfo.currentRow = obj || {}
|
||||||
this.fileUploadRecordId = obj.Id
|
this.fileUploadRecordId = obj.Id
|
||||||
this.path = obj.Path
|
this.path = obj.Path
|
||||||
this.tabInfo.activeTab = 'task'
|
this.tabInfo.activeTab = 'task'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue