Commit 78424701 by 宋祥

Merge remote-tracking branch 'origin/dev' into dev

parents 3b226d34 2fcef0eb
...@@ -22,11 +22,11 @@ $(function () { ...@@ -22,11 +22,11 @@ $(function () {
let inventType = option.model['inventType']; let inventType = option.model['inventType'];
if (inventType){ if (inventType){
return _.filter(inventRecordBox, function (item) { return _.filter(inventRecordBox, function (item) {
return item["param3Field"]==inventType && item["param1Field"]=='1'; return item["param3Field"]==inventType;
}) })
}else { }else {
return _.filter(inventRecordBox, function (item) { return _.filter(inventRecordBox, function (item) {
return item["param1Field"]=='1'; return item;
}) })
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment