mirror of
https://gitee.com/ssssssss-team/magic-api.git
synced 2026-06-09 18:32:16 +08:00
[*]fix响应结果属性字段报错
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user