fix: 挂账管理更新,邀请列表更新,店铺配置更新
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user