From 018a0d98e77599fd2ca9248b63520febf9931759 Mon Sep 17 00:00:00 2001 From: 728 Date: Fri, 27 Oct 2023 14:21:30 +0800 Subject: [PATCH] rec_d #43 --- ismism.ts/ui/bind/section.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ismism.ts/ui/bind/section.ts b/ismism.ts/ui/bind/section.ts index 0044636..4cfa93d 100644 --- a/ismism.ts/ui/bind/section.ts +++ b/ismism.ts/ui/bind/section.ts @@ -136,7 +136,7 @@ export function dtl( d.clr.addEventListener("click", async () => { d.clr.disabled = true if (!confirm("确认删除?")) return - const p = await pos({ put: "cdt", id: r._id }) + const p = await pos({ put: q.que as "cdt", id: r._id }) if (p) return setTimeout(() => hash(`#s${r._id.soc}`), utc_rf) d.clr.disabled = false })