From 262c1c5cc41c961a29128e1d40ddf15d85923a75 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 1 Jun 2023 18:02:56 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogSelectPurOrder.vue | 28 ++++++++++++++++-------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/src/views/inout/DialogSelectPurOrder.vue b/src/views/inout/DialogSelectPurOrder.vue index ea1199e..0d6e2b1 100644 --- a/src/views/inout/DialogSelectPurOrder.vue +++ b/src/views/inout/DialogSelectPurOrder.vue @@ -10,12 +10,13 @@ - + + :value="item.code" + > {{ item.name }} @@ -23,16 +24,16 @@ - + + :value="item.code"> {{ item.name }} + @@ -337,7 +338,16 @@ export default { this.pickerUpOptions = []; this.getList(); }, + change(val){ + let param={ + pcode:val + } + getInvListByUser(param).then((res) => { + this.invList = res.data || []; + this.getBusType(); + }) + }, onSubmitFind() { this.filterQuery.page = 1; this.getList();