记得上下班打卡 | git大法好,push需谨慎

Commit ae50fdcd authored by jiangxiulong's avatar jiangxiulong

删除的js url

parent 6781929f
......@@ -1013,7 +1013,8 @@ var table = {
message = message ?? "确定删除该条" + table.options.modalName + "信息吗?";
$.modal.confirm(message, function() {
if (!url) {
url = $.common.isEmpty(id) ? table.options.urls : table.options.urls.replace("{id}", id);
url = table.options.removeUrl;
// url = $.common.isEmpty(id) ? table.options.urls : table.options.urls.replace("{id}", id);
}
if(table.options.type == table_type.bootstrapTreeTable) {
$.operate.get(url);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment