Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
invoke func_change_params when deleting
  • Loading branch information
zhangchunlin committed Jan 28, 2019
commit 9a508fc7eb6969ad8451751fd53979b6caac036f
3 changes: 3 additions & 0 deletions uliweb_apijson/apijson/templates/vue/inc_apijson_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@
params[thisp.table_name] = {
"id": thisp.delete_params.row.id
}
if (thisp.func_change_params!=null) {
params = thisp.func_change_params("apijson_delete",params)
}
$.ajax({
type: "POST",
url: "{{=url_for('uliweb_apijson.apijson.views.ApiJson.delete')}}",
Expand Down