fix: 挂账管理更新,邀请列表更新,店铺配置更新

This commit is contained in:
2025-03-10 18:33:42 +08:00
parent 34068cf8dd
commit 89fe9b7639
31 changed files with 3292 additions and 202 deletions

View File

@@ -154,6 +154,10 @@ function handleToolbarClick(name: string) {
router.push({ path: "/inventory/operation_in" });
return;
}
if (name == "chuku") {
router.push({ path: "/inventory/operation_in", query: { type: "out" } });
return;
}
}
// 其他操作列
async function handleOperatClick(data: IOperatData) {