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
f6ab8d4f9f
commit
70392f0599
@ -35,7 +35,6 @@
|
||||
prop="occupation"
|
||||
:width="140"
|
||||
check-strictly
|
||||
@change="onChange"
|
||||
/>
|
||||
</cl-filter>
|
||||
|
||||
@ -580,8 +579,4 @@ const visible = ref(false);
|
||||
function open() {
|
||||
visible.value = true;
|
||||
}
|
||||
|
||||
function onChange(val: any) {
|
||||
console.log(val);
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user