src/views/operate/inventoryAdjustment/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/operate/inventoryAdjustment/index.vue
@@ -119,7 +119,8 @@ async getData() { await getInventoryAdjustmentList({ page: this.pagerOptions.currPage, pageSize: this.pagerOptions.pageSize pageSize: this.pagerOptions.pageSize, keyword:this.keyword, }).then((res) => { if (res.code === 200) { console.log(res) @@ -307,6 +308,8 @@ getList(val) { this.keyword = val this.pagerOptions.currPage = 1 this.addTitle = "新建" this.showDiscard = false this.getData() }, // 选择位置方法