update templates/system/dept/main.html.

Signed-off-by: 星辰大海 <shaodj@wxxingda.com>
This commit is contained in:
星辰大海
2023-07-16 09:56:53 +00:00
committed by Gitee
parent 4cabce3a8b
commit 442279ab0d
+1 -1
View File
@@ -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) {