Skip to content
Snippets Groups Projects

Feature/yeqingbo

Merged yeqingbo requested to merge feature/yeqingbo into develop
Compare and
41 files
+ 925
399
Compare changes
  • Side-by-side
  • Inline
Files
41
@@ -147,7 +147,6 @@ export default {
() => props.tableData,
val => {
let pageList = JSON.parse(JSON.stringify(val));
console.error('动态表格值更新了', pageList);
pageList.forEach(item => {
if (isNotEmpty(item.otherJson)) {
if (typeof item.otherJson === 'string') {
@@ -185,10 +184,8 @@ export default {
return eval(props.caculte);
};
const numberAmountChange = (row, item) => {
console.error(row, item);
const otherJson = row.otherJson;
if (props.fields.includes(item.fileName)) {
console.error(props.caculte, props.fields);
const result = caculteHandler(otherJson);
console.log(result);
if (!Number.isNaN(result)) {