dzadsod/src/met_public/js/README.md

7 lines
476 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# basic_admin.js
basic_admin.js 替换米拓6.2版本之前的系统文件 public\ui\v2\static\js\basic_admin.js
替换修复以下BUG
1、修复表格新增行时传递给后台的new_id值不能自增BUG
2、修复表格新增行时后台新增的下拉、单选、多选存在默认值不能采用默认值的BUG
3、此文件只是修复后台的BUG前端也存在同样BUG
4、米拓6.2版本时系统已修复第一个BUG第二个BUG依旧存在