update templates/system/dept/main.html.
Signed-off-by: 星辰大海 <shaodj@wxxingda.com>
This commit is contained in:
@@ -208,7 +208,7 @@
|
|||||||
layer.close(index)
|
layer.close(index)
|
||||||
let loading = layer.load()
|
let loading = layer.load()
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: MODULE_PATH + 'remove/' + obj.data['deptId'],
|
url: MODULE_PATH + 'remove/' + obj.data['id'],
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
type: 'delete',
|
type: 'delete',
|
||||||
success: function (result) {
|
success: function (result) {
|
||||||
|
|||||||
Reference in New Issue
Block a user