mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-06-18 11:44:22 +00:00
v3.0.0 重磅更新
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@
|
||||
console.log('boolean enum select', value);
|
||||
let booleanResult = null;
|
||||
if (!_.isUndefined(value)) {
|
||||
booleanResult = value === 1 ? true : false;
|
||||
booleanResult = value === 1;
|
||||
}
|
||||
emit('update:value', booleanResult);
|
||||
emit('change', booleanResult);
|
||||
|
||||
Reference in New Issue
Block a user