二维表头配置
This commit is contained in:
zhangheng
2026-02-08 19:30:07 +08:00
parent 7a7df06d66
commit 59c51ca360

View File

@@ -312,11 +312,7 @@ onMounted(() => {
let selectedParentCode = selectdItem.value;
console.log('选中的值:', selectedParentCode);
// 值变化检测,避免重复触发
if (selectedParentCode === _lastSelectedValue) {
console.log('值未变化,跳过处理');
return;
}
_lastSelectedValue = selectedParentCode;
if (selectedParentCode && selectedParentCode.trim() !== '') {