From 0757ee10e7b7677d07550242bf57738b93151651 Mon Sep 17 00:00:00 2001 From: ying Date: Tue, 10 Jan 2023 06:15:21 +0000 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E6=97=B6=E5=80=99=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=98=8E=E7=BB=86=E8=A1=A8=E4=B8=8D=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ying --- .../src/components/basic/ViewGrid/methods.js" | 2 ++ 1 file changed, 2 insertions(+) diff --git "a/Vol.Vue3\347\211\210\346\234\254/src/components/basic/ViewGrid/methods.js" "b/Vol.Vue3\347\211\210\346\234\254/src/components/basic/ViewGrid/methods.js" index 9339625f..1c9ae735 100644 --- "a/Vol.Vue3\347\211\210\346\234\254/src/components/basic/ViewGrid/methods.js" +++ "b/Vol.Vue3\347\211\210\346\234\254/src/components/basic/ViewGrid/methods.js" @@ -1579,6 +1579,7 @@ let methods = { this.initFormOptionType(false); } this.isBoxAudit = false; + this.detailOptions.edit = true; this.onModelClose(iconClick); }, initAuditColumn() { @@ -1646,6 +1647,7 @@ let methods = { this.auditParam.auditHis = result.his; this.workFlowSteps.push(...result.list); this.isBoxAudit = true; + this.detailOptions.edit = false; this.initFormOptionType(true); this.edit(row); this.boxOptions.title = '审核'; -- Gitee