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 9339625f1837622df08b87c5d644802ec698c0fd..1c9ae735de369fe0c99835cb8daeeaf66faaf870 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 = '审核';