From b82019ffead8666dd2167c81b97f18d390b0cba5 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期一, 23 十月 2023 12:17:56 +0800 Subject: [PATCH] 概述的位置仓库 ,源位置,仓库位置 接口调整为查询对应仓库的位置 --- src/views/overview/OverviewListView.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/overview/OverviewListView.vue b/src/views/overview/OverviewListView.vue index 9519c51..5ba0d19 100644 --- a/src/views/overview/OverviewListView.vue +++ b/src/views/overview/OverviewListView.vue @@ -230,7 +230,8 @@ number: this.keyword, operationTypeId: this.params.id, page: this.pagerOptions.currPage, - pageSize: this.pagerOptions.pageSize + pageSize: this.pagerOptions.pageSize, + status: this.params.status }).then((res) => { console.log(res.data) if (res.code === 200) { @@ -263,10 +264,11 @@ }, // 鏂板缓 addBtnClick() { - this.editConfig.visible = true this.editConfig.title = "鏂板缓" this.editConfig.operationTypeId = this.$route.params.id + this.editConfig.code=this.$route.params.code this.editConfig.infomation = {} + this.editConfig.visible = true }, // 鐘舵�� getStatus(val) { -- Gitblit v1.8.0