Commit d8842ebf24d6ae48098b560daff3c26dfd249d2f

Authored by zhangzzzz
1 parent 1ebf8ca0

删除console;

src/components/Common/CommonBase.js
@@ -1304,7 +1304,6 @@ export default (ChildComponent) => { @@ -1304,7 +1304,6 @@ export default (ChildComponent) => {
1304 reocrdRules: true, 1304 reocrdRules: true,
1305 onSaveState: this.handleSaveState, 1305 onSaveState: this.handleSaveState,
1306 }) 1306 })
1307 - console.log('=====jsCondition', jsCondition, flag);  
1308 } else if (bFilterName !== undefined && bFilterCondition !== undefined && bFilterValue !== undefined) { 1307 } else if (bFilterName !== undefined && bFilterCondition !== undefined && bFilterValue !== undefined) {
1309 const currentValue = masterData[bFilterName]; 1308 const currentValue = masterData[bFilterName];
1310 flag = this.handleCompareValues(currentValue, bFilterValue, bFilterCondition); 1309 flag = this.handleCompareValues(currentValue, bFilterValue, bFilterCondition);