温红权 3 年之前
父節點
當前提交
53e7a32d4a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-ui/src/views/components/table/homeTable.vue

+ 1 - 1
ruoyi-ui/src/views/components/table/homeTable.vue

@@ -279,7 +279,7 @@ export default {
           ship["type"] = ship.illegalStatus;
           shipdatalist.push(ship);
         }
-        // this.ship = shipdatalist;
+        this.ship = shipdatalist;
         this.addshipPoint();
       });