11
zhouhao
2021-11-04 427bd60f5d568a235703e2c54498d8f57724ffe7
11
1 files modified
8 ■■■■ changed files
src/views/mine/stores/stores.vue 8 ●●●● patch | view | raw | blame | history
src/views/mine/stores/stores.vue
@@ -63,12 +63,12 @@
      if (this.orgType == 1 && !this.$route.query.merId) {
        objForm = {
          searchKey: this.value,
          //  storeId: this.storeId,
           storeId: this.storeId,
        }
      } else {
        objForm = {
          searchKey: this.value,
          // storeId: this.storeId,
          storeId: this.storeId,
          merId: this.merId,
        }
      }
@@ -108,12 +108,12 @@
      if (this.orgType == 1 && !this.$route.query.merId) {
        objForm = {
          searchKey: this.value,
          storeId: this.storeId,
          // storeId: this.storeId,
        }
      } else {
        objForm = {
          searchKey: this.value,
          storeId: this.storeId,
          // storeId: this.storeId,
          merId: this.merId,
        }
      }