From 114aa3c3fe75e272429f9c362089e83f7fc15723 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Mon, 22 Apr 2024 13:47:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4role0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/formControlAttr.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/DesignForm/formControlAttr.vue b/src/components/DesignForm/formControlAttr.vue index ab6f6b4cf..2f4d7492d 100644 --- a/src/components/DesignForm/formControlAttr.vue +++ b/src/components/DesignForm/formControlAttr.vue @@ -2134,6 +2134,11 @@ function addFillRole(){ }) } +function delRole(val:number){ + controlData.value.control.fillRoles.splice(val, 1); + console.log(controlData.value.control.fillRoles) +} + //liwenxuan20240403 associatedForms end @@ -3556,10 +3561,10 @@ const loadNextPage = () => {