Explorar el Código

生动化陈列拜访保存接口添加storeId

zhujindu hace 1 semana
padre
commit
9b904be555

+ 1 - 0
src/views/deviceWithin/storeVisit.vue

@@ -799,6 +799,7 @@ export default {
               storeGroupId: this.storeGroupId,
               storeGroupId: this.storeGroupId,
               photoType: val.photoType,
               photoType: val.photoType,
               insert: this.insert,
               insert: this.insert,
+              storeId: this.storeId,
             },
             },
           });
           });
         } else {
         } else {

+ 1 - 0
src/views/historicalVisit/historicalDetails.vue

@@ -457,6 +457,7 @@ export default {
             storeGroupId: this.list.storeGroupId,
             storeGroupId: this.list.storeGroupId,
             insert: false,
             insert: false,
             source: 'historicalDetails',
             source: 'historicalDetails',
+            storeId: this.list.storeId,
           },
           },
         });
         });
       } else {
       } else {