[*]fix响应结果属性字段报错

This commit is contained in:
Lianjy
2021-08-05 22:07:51 +08:00
parent 2c44fa47f7
commit ac18f35fac

View File

@@ -132,7 +132,7 @@ export default {
let that = this;
newBody.map(item => {
let oldItemArr = oldBody.filter(old => {
if (old.level === 0 || arrayFlag) {
if (arrayFlag) {
return old
}
return old.name === item.name