From 8e25e485854815c0f7de5ffe1d3afe8eaab2deb5 Mon Sep 17 00:00:00 2001 From: dengbf Date: Fri, 1 Mar 2024 11:04:44 +0800 Subject: [PATCH] =?UTF-8?q?-[=E4=BF=AE=E5=A4=8D]=20=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E7=BC=96=E8=BE=91-=E8=A1=A8=E5=8D=95=E5=9C=BA=E6=99=AF?= =?UTF-8?q?=E7=9A=84=E9=80=89=E9=A1=B9=E5=8D=A1=E7=BB=84=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=BB=A7=E6=89=BF=E5=90=8E=EF=BC=8C=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E5=8D=A1=E4=B8=8B=E7=9A=84=E7=BB=84=E4=BB=B6=E4=BB=8D?= =?UTF-8?q?=E7=84=B6=E4=B8=8D=E8=83=BD=E7=BC=96=E8=BE=91=20=20=20-=20[?= =?UTF-8?q?=E5=85=B3=E8=81=94]=20#[1102226519457792]=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E7=BC=96=E8=BE=91-=E8=A1=A8=E5=8D=95=E5=9C=BA=E6=99=AF?= =?UTF-8?q?=E7=9A=84=E9=80=89=E9=A1=B9=E5=8D=A1=E7=BB=84=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=BB=A7=E6=89=BF=E5=90=8E=EF=BC=8C=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E5=8D=A1=E4=B8=8B=E7=9A=84=E7=BB=84=E4=BB=B6=E4=BB=8D?= =?UTF-8?q?=E7=84=B6=E4=B8=8D=E8=83=BD=E7=BC=96=E8=BE=91=20http://192.168.?= =?UTF-8?q?0.96:8090/demo/rdm.html#/bug-detail/939050947543040/93905094754?= =?UTF-8?q?3057/1102226519457792?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/resources/plugins/TsSheet/form-scene-edit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/plugins/TsSheet/form-scene-edit.vue b/src/resources/plugins/TsSheet/form-scene-edit.vue index 65981714..5b6e5e68 100644 --- a/src/resources/plugins/TsSheet/form-scene-edit.vue +++ b/src/resources/plugins/TsSheet/form-scene-edit.vue @@ -464,7 +464,7 @@ export default { }, selectCell(cell, component) { this.disabled = false; - if (component && cell.component && cell.component.hasOwnProperty('inherit') && component.uuid !== cell.component.uuid) { + if (component && cell.component && cell.component.hasOwnProperty('inherit') && cell.component.inherit && component.uuid !== cell.component.uuid) { this.disabled = true; } if (!component) { -- Gitee