fix: 打包不成功

This commit is contained in:
xingyu4j
2025-10-22 15:41:13 +08:00
parent 2884ca72f7
commit 943ac99805
7 changed files with 11 additions and 6 deletions

View File

@@ -98,7 +98,7 @@ function handleAdd() {
totalPrice: undefined,
remark: undefined,
};
tableData.value.push(newRow);
tableData.value.push(newRow as any);
// 通知父组件更新
emit('update:items', [...tableData.value]);
}