src/menu/components/table/edit-table/columns/tableIn/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/menu/debug/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/menu/components/table/edit-table/columns/tableIn/index.jsx
@@ -512,6 +512,8 @@ forms.forEach(col => { if (/date/.test(col.datatype)) { vals.push(`'1949-10-01'`) } else if (col.editType && ['select', 'popSelect'].includes(col.editType)) { vals.push(`'0'`) } else if (col.type === 'number') { vals.push(`1`) } else { src/menu/debug/index.jsx
@@ -2101,6 +2101,8 @@ forms.forEach(col => { if (/date/.test(col.datatype)) { vals.push(`'1949-10-01'`) } else if (col.editType && ['select', 'popSelect'].includes(col.editType)) { vals.push(`'0'`) } else if (col.type === 'number') { vals.push(`1`) } else {