Browse Source

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

Lianjy 3 years ago
parent
commit
ac18f35fac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      magic-editor/src/console/src/components/layout/magic-run.vue

+ 1 - 1
magic-editor/src/console/src/components/layout/magic-run.vue

@@ -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