Преглед изворни кода

Merge branch 'ruleSearch220222' into test

1178232204@qq.com пре 3 година
родитељ
комит
bda2e4728b
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      src/components/knowledgeExtra/RuleCheck.vue

+ 3 - 1
src/components/knowledgeExtra/RuleCheck.vue

@@ -354,7 +354,8 @@ export default {
                   mergeArr.push(
                     { row: len, col: 0, rowspan: dtoList.length, colspan: 1 },
                     { row: len, col: 1, rowspan: dtoList.length, colspan: 1 },
-                    { row: len, col: 2, rowspan: dtoList.length, colspan: 1 }
+                    { row: len, col: 2, rowspan: dtoList.length, colspan: 1 },
+                    { row: len, col: 3, rowspan: dtoList.length, colspan: 1 }
                   );
                 }
                 datalist.push({
@@ -371,6 +372,7 @@ export default {
             }
             this.rulelist = datalist;
             this.mergeCells = mergeArr;
+            console.log(this.rulelist);
           } else {
             this.$message(res.data.msg || "获取详情失败,请稍后重试");
           }