diff --git a/ruoyi-ui/src/views/video/prjphotography/index.vue b/ruoyi-ui/src/views/video/prjphotography/index.vue index 125bfd8d..64a6b7ff 100644 --- a/ruoyi-ui/src/views/video/prjphotography/index.vue +++ b/ruoyi-ui/src/views/video/prjphotography/index.vue @@ -168,7 +168,7 @@ export default { }; }, created() { - this.getList(); + window.app99=this }, methods: { @@ -199,10 +199,12 @@ export default { }, init(prj) { this.prj=prj; + this.getList(); }, /** 查询项目延时摄影列表 */ getList() { - this.loading = true; + this.loading = true; + this.queryParams.projectId=this.prj.id; listPrjphotography(this.queryParams).then(response => { this.prjphotographyList = (response.rows||[]).map(it=>{ let tmps=it.imageUrl?this.$tryToJson(it.imageUrl,[]):[];