From b1a82d27e394e2ceefeaeefc52e721d8881ad062 Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 16 Jun 2026 09:40:08 +0800 Subject: [PATCH] =?UTF-8?q?v1.3.4=20=E2=80=94=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BB=BB=E5=8A=A1=E9=80=92=E5=BD=92=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E5=AF=BC=E8=87=B4=E5=88=9B=E5=BB=BA=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/app.js b/static/app.js index c85919f..d8f32ba 100644 --- a/static/app.js +++ b/static/app.js @@ -170,7 +170,6 @@ window.createSales = (event) => createResource(event, "sales"); window.createProposal = (event) => createResource(event, "proposals"); window.createOperation = (event) => createResource(event, "operations"); window.createProduct = (event) => createResource(event, "products"); -window.createTask = (event, projectId) => createTask(event, projectId); async function createTask(event, projectId) { event.preventDefault();