重构联查功能

尝试把列表构建改成由前端渲染
This commit is contained in:
2021-03-12 07:56:51 +08:00
parent 8ad68e938e
commit d795809fb3
19 changed files with 515 additions and 196 deletions
+1
View File
@@ -31,5 +31,6 @@
var data = $(this).data();
action[data.action]();
});
})(jQuery);
</script>