bugfix:
二维表头配置
This commit is contained in:
@@ -312,11 +312,7 @@ onMounted(() => {
|
||||
let selectedParentCode = selectdItem.value;
|
||||
console.log('选中的值:', selectedParentCode);
|
||||
|
||||
// 值变化检测,避免重复触发
|
||||
if (selectedParentCode === _lastSelectedValue) {
|
||||
console.log('值未变化,跳过处理');
|
||||
return;
|
||||
}
|
||||
|
||||
_lastSelectedValue = selectedParentCode;
|
||||
|
||||
if (selectedParentCode && selectedParentCode.trim() !== '') {
|
||||
|
||||
Reference in New Issue
Block a user