Skip to content

Commit 9a508fc

Browse files
committed
invoke func_change_params when deleting
1 parent 1d994d0 commit 9a508fc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

uliweb_apijson/apijson/templates/vue/inc_apijson_table.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@
256256
params[thisp.table_name] = {
257257
"id": thisp.delete_params.row.id
258258
}
259+
if (thisp.func_change_params!=null) {
260+
params = thisp.func_change_params("apijson_delete",params)
261+
}
259262
$.ajax({
260263
type: "POST",
261264
url: "{{=url_for('uliweb_apijson.apijson.views.ApiJson.delete')}}",

0 commit comments

Comments
 (0)