From e7770cff5b0a6359e506ebbec72236e75d2d1756 Mon Sep 17 00:00:00 2001 From: yujh Date: Mon, 12 Aug 2024 10:38:27 +0800 Subject: [PATCH] =?UTF-8?q?table=E5=B1=9E=E6=80=A7=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E5=88=97=E6=95=B0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/method/MethodAttribute.vue | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/src/views/method/MethodAttribute.vue b/com.actionsoft.apps.coe.pal/src/views/method/MethodAttribute.vue index 61f263d..c424e8d 100644 --- a/com.actionsoft.apps.coe.pal/src/views/method/MethodAttribute.vue +++ b/com.actionsoft.apps.coe.pal/src/views/method/MethodAttribute.vue @@ -343,6 +343,12 @@ + + + + + + @@ -517,6 +523,8 @@ tableRef: { firstColumn: '', secondColumn: '', + threeColumn:'', + fourColumn:'', }, value: '', readonly: false, @@ -806,7 +814,9 @@ }, tableRef: { firstColumn: '', - secondColumn: '' + secondColumn: '', + threeColumn:'', + fourColumn:'' }, value: '', readonly: false, @@ -889,6 +899,8 @@ if (form.type == 'table') { form.tableRef.firstColumn = row.tableRef.firstColumn form.tableRef.secondColumn = row.tableRef.secondColumn + form.tableRef.threeColumn = row.tableRef.threeColumn + form.tableRef.fourColumn = row.tableRef.fourColumn } // 类型为pal bpm 时 只读行为不可选 let arr = ['relation','awsorg']; @@ -1275,6 +1287,8 @@ this.attrForm.awsorgRef.multiple = 'false'; this.attrForm.tableRef.firstColumn = '' this.attrForm.tableRef.secondColumn = '' + this.attrForm.tableRef.threeColumn = '' + this.attrForm.tableRef.fourColumn = '' this.attrForm.value = ''; }, initDrawerBodyHeight() {