mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
优化
This commit is contained in:
parent
9919390e32
commit
e3cd18d991
@ -60,6 +60,7 @@ export default defineComponent({
|
||||
function onChange(val: boolean | string | number) {
|
||||
if (props.column && props.scope) {
|
||||
if (val !== undefined) {
|
||||
if (val === activeValue.value || val === inactiveValue.value) {
|
||||
const params = {
|
||||
id: props.scope.id,
|
||||
[props.column.property]: val
|
||||
@ -79,6 +80,7 @@ export default defineComponent({
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
emit("update:modelValue", val);
|
||||
emit("change", val);
|
||||
|
Loading…
Reference in New Issue
Block a user