admin-web/src/views/stock/inventorycount/exceptionDetails/index.vue
@@ -39,6 +39,7 @@ label: '机构', placeholder: '请选择', optionsConfig: {url: '/pc/fin/sys/tenant/select/tree_fin_tenant', props: null}, cascader: [{key:'warehouseId',queryKey: 'agencyId'},{key:'goodsTemplateId',queryKey: 'agencyId'}], defaultValue: '', options: [], }, @@ -242,7 +243,7 @@ // 查询table列表 search(pageNum) { if (pageNum != undefined) { this.$refs.myTable.search(pageNum); this.$refs.myTable.search({pageNum}); } else { this.$refs.myTable.search(); }