|
|
@@ -999,7 +999,7 @@ export default {
|
|
|
if(ele.classId != -2){
|
|
|
if (!this.$util.isEmpty(ele.child)) {
|
|
|
ele.child.forEach(obj => {
|
|
|
- let hasName = obj.goodsName && obj.goodsName.indexOf(this.py) >= 0;
|
|
|
+ let hasName = obj.name && obj.name.indexOf(this.py) >= 0;
|
|
|
let elePy = (obj.py && obj.py.toLocaleUpperCase()) || "";
|
|
|
let hasPy = elePy.indexOf(this.py.toLocaleUpperCase()) >= 0;
|
|
|
if (hasName || hasPy) {
|