使用flask-restful实现数据校验与序列化3
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
layer.close(index)
|
||||
let loading = layer.load()
|
||||
$.ajax({
|
||||
url: MODULE_PATH + 'remove/' + obj.data['id'],
|
||||
url: MODULE_PATH + obj.data['id'],
|
||||
dataType: 'json',
|
||||
type: 'delete',
|
||||
success: function (result) {
|
||||
|
||||
Reference in New Issue
Block a user