物业之前,新工作台

This commit is contained in:
Zy
2026-04-16 21:03:35 +08:00
parent cf9a1f1585
commit 4184f1c55d
91 changed files with 1781 additions and 588 deletions

View File

@@ -120,7 +120,6 @@ const handleRowClick = (row: tableType) => {
// 统一回显 userid 选中(安全版)
const handleUserSelection = () => {
if (!userid.value || !tableData.value.length) return;
console.log('user', userid, tableData.value);
const target = tableData.value.find((item) => item.userId == userid.value);
if (target) {