From cab6ab717f0f799c86cc7cb6aefbb73640208cd0 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期二, 14 十一月 2023 16:40:43 +0800
Subject: [PATCH] 查看页面编辑产品时图片无法修改

---
 src/views/reportForm/locationReport/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/reportForm/locationReport/index.vue b/src/views/reportForm/locationReport/index.vue
index fd09e6c..a26c37d 100644
--- a/src/views/reportForm/locationReport/index.vue
+++ b/src/views/reportForm/locationReport/index.vue
@@ -224,8 +224,8 @@
           pageSize: this.pagerOptions.pageSize,
           keyWord:this.keyWord,
         }
-        if(this.$route.params.positionId){
-          params.positionId=this.$route.params.positionId
+        if(this.$route.params.locationId){
+          params.locationId=this.$route.params.locationId
         }
         this.getLocationData(params)
       }

--
Gitblit v1.8.0