Browse Source

type:refactor

commit:查询领用增加是否分组参数
master
孙家正 2 years ago
parent
commit
f2778a7c05
  1. 1
      pages/massif/collectList.vue
  2. 1
      pages/stock/already.vue

1
pages/massif/collectList.vue

@ -77,6 +77,7 @@ export default {
userId: this.$store.getters['userInfo'].id, userId: this.$store.getters['userInfo'].id,
enterpriseId: this.$store.getters['userInfo'].companyId, enterpriseId: this.$store.getters['userInfo'].companyId,
pageNo:1, pageNo:1,
flagGroupBy:'y',
pageSize:6, pageSize:6,
search:"", search:"",
}, },

1
pages/stock/already.vue

@ -109,6 +109,7 @@ export default {
baseId: "1611250480973049857"||this.$store.state.plantBaseInfoId, baseId: "1611250480973049857"||this.$store.state.plantBaseInfoId,
userId:"", userId:"",
enterpriseId:"", enterpriseId:"",
flagGroupBy:'n',
search: "", search: "",
pageNo:1, pageNo:1,
pageSize:6, pageSize:6,

Loading…
Cancel
Save