From 442279ab0da6b7d83ff35215c417da76cf2f02d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E8=BE=B0=E5=A4=A7=E6=B5=B7?= Date: Sun, 16 Jul 2023 09:56:53 +0000 Subject: [PATCH] update templates/system/dept/main.html. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 星辰大海 --- templates/system/dept/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/system/dept/main.html b/templates/system/dept/main.html index 468cfff..5f4fec7 100644 --- a/templates/system/dept/main.html +++ b/templates/system/dept/main.html @@ -208,7 +208,7 @@ layer.close(index) let loading = layer.load() $.ajax({ - url: MODULE_PATH + 'remove/' + obj.data['deptId'], + url: MODULE_PATH + 'remove/' + obj.data['id'], dataType: 'json', type: 'delete', success: function (result) { -- Gitee