panhui 3 年 前
コミット
7bd92b015a
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/views/Store.vue

+ 2 - 1
src/views/Store.vue

@@ -473,7 +473,8 @@ export default {
                         query: {
                         query: {
                             userId: this.$store.state.userInfo.id,
                             userId: this.$store.state.userInfo.id,
                             status: this.status,
                             status: this.status,
-                            prefixName: this.moreTitle
+                            prefixName: this.moreTitle,
+                            companyId: this.companyId
                         }
                         }
                     },
                     },
                     { body: 'json' }
                     { body: 'json' }