Merge branch 'khj'
This commit is contained in:
commit
96b9e96d7a
2
public/vendor/fonts/boxicons.css
vendored
2
public/vendor/fonts/boxicons.css
vendored
File diff suppressed because one or more lines are too long
6
public/vendor/fonts/fontawesome.css
vendored
6
public/vendor/fonts/fontawesome.css
vendored
File diff suppressed because one or more lines are too long
@ -88,7 +88,9 @@ const updateCheckedNames = (newValues) => {
|
||||
checkedNames.value = newValues;
|
||||
};
|
||||
const selectVote = () =>{
|
||||
emit('checkedNames',checkedNames.value);
|
||||
if(checkedNames.value != ''){
|
||||
emit('checkedNames',checkedNames.value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -40,7 +40,6 @@ const emit = defineEmits(["update:selectedValues"]);
|
||||
const handleChange = (event) => {
|
||||
const value = event.target.value;
|
||||
let updatedValues = [];
|
||||
|
||||
// 체크박스일 때 여러 개 선택 가능
|
||||
if (props.multiIs === "1") {
|
||||
updatedValues = event.target.checked
|
||||
|
||||
Loading…
Reference in New Issue
Block a user