瀏覽代碼

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

Lianjy 3 年之前
父節點
當前提交
ac18f35fac
共有 1 個文件被更改,包括 1 次插入1 次删除
  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