更新
This commit is contained in:
@ -74,6 +74,7 @@ const endProps = {
|
||||
const tableData = ref([]);
|
||||
const getSysMenuTree = async () => {
|
||||
const res = await selectDeptPage(listQuery.value);
|
||||
debugger
|
||||
tableData.value = res;
|
||||
depList.value = res
|
||||
};
|
||||
@ -91,7 +92,6 @@ watch(
|
||||
);
|
||||
const emits = defineEmits(["update:modelValue",'getDepValue']);
|
||||
const handleChange = (e) => {
|
||||
console.log(e,'e');
|
||||
if (props.multiple === true) {
|
||||
const data = e.map((item) => {return item[item.length - 1];});
|
||||
emits("update:modelValue", data);
|
||||
|
Reference in New Issue
Block a user