zhuliu 1 год назад
Родитель
Сommit
6091da44da
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      pages/monitor/monitoringRecord.js

+ 2 - 1
pages/monitor/monitoringRecord.js

@@ -28,13 +28,14 @@ Page({
       id:id,
       productName:productName
     })
+    this.init()
   },
 
   /**
    * 生命周期函数--监听页面初次渲染完成
    */
   onReady() {
-    this.init()
+    
   },
 
   /**