Commit ed2cd04b authored by 朱松文's avatar 朱松文

add

parent 0c230c2b
...@@ -156,6 +156,7 @@ export default class Dashboard extends BaseVue { ...@@ -156,6 +156,7 @@ export default class Dashboard extends BaseVue {
this.dogTotal = rp.data.total; this.dogTotal = rp.data.total;
} }
handleClickCamera({ cameraId }) { handleClickCamera({ cameraId }) {
this.firstLoadPage = true;
this.currentCameraId = cameraId; this.currentCameraId = cameraId;
this.queryDogParam.cameraId = cameraId; this.queryDogParam.cameraId = cameraId;
this.queryDogParam.current = 1; this.queryDogParam.current = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment