diff --git a/src/components/FRuleEditor/index.vue b/src/components/FRuleEditor/index.vue index cc1e1b88..82e9fc08 100644 --- a/src/components/FRuleEditor/index.vue +++ b/src/components/FRuleEditor/index.vue @@ -50,7 +50,7 @@ @@ -123,13 +123,14 @@ const getAllCrud = () => { } -watch(() => _value.value, () => { - _disabled.value = true -}) +// watch(() => _value.value, () => { +// console.log(_value.value) +// _disabled.value = true +// }) -const onSuccess = (bool: boolean) => { - _disabled.value = bool; -} +// const onSuccess = (bool: boolean) => { +// _disabled.value = bool; +// } getAllCrud()