diff --git a/src/plugins/crud/components/switch/index.tsx b/src/plugins/crud/components/switch/index.tsx index 7c62697..6ecc38b 100644 --- a/src/plugins/crud/components/switch/index.tsx +++ b/src/plugins/crud/components/switch/index.tsx @@ -60,7 +60,10 @@ export default defineComponent({ function onChange(val: boolean | string | number) { if (props.column && props.scope) { if (val !== undefined) { - if (val === activeValue.value || val === inactiveValue.value) { + if ( + status.value === activeValue.value || + status.value === inactiveValue.value + ) { const params = { id: props.scope.id, [props.column.property]: val @@ -95,7 +98,7 @@ export default defineComponent({ return () => { return (