From db4ab4aab9c9a3cc09c13ed440d8f1e7f5cb4c73 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 7 Dec 2023 18:53:48 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BC=81=E6=A0=87=E5=A4=8D=E5=AE=A1?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/RecheckApproveBaseInfo.vue | 7 +++++++ 1 file changed, 7 insertions(+) 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 } } }