diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index e6dcc15..1829d3c 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -4108,7 +4108,7 @@ function queryAllRole(){ //alert(tabsData.value[0]?.id) //activeName.value = tabsData.value[0]?.id handleLeftTabChange(activeTab.value) - },500) + },100) }) @@ -4187,7 +4187,7 @@ function gotoRight(){ let str = element.key+"" arr.push(str) }); - console.log(arr) + //console.log(arr) controlData.value.control.roleRange = arr } @@ -4244,7 +4244,7 @@ function delRowClick(param: any){ let str = element.key+"" arr.push(str) }); - console.log(arr) + //console.log(arr) controlData.value.control.roleRange = arr }