diff --git a/src/views/workCenter/enterpriseStandardRecheck/modules/RecheckApproveBaseInfo.vue b/src/views/workCenter/enterpriseStandardRecheck/modules/RecheckApproveBaseInfo.vue index e6154f6f..216054e5 100644 --- a/src/views/workCenter/enterpriseStandardRecheck/modules/RecheckApproveBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardRecheck/modules/RecheckApproveBaseInfo.vue @@ -145,6 +145,13 @@ export default { initData (data) { // 给表单赋值 this.formInline = data + }, + // 外层要获取数据 + getData () { + // 把数据抛出,在线编辑不知道要不要抛 + const data = {} + data.formInline = this.formInline + return data } } }