From e892b1794e5e4fd925616ee78fdfa4ed6f242a6e Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Fri, 12 Apr 2024 14:33:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E5=8D=95=E6=8D=AE=E5=8A=A0=E4=B8=8A=E5=8D=95=E6=8D=AE=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E8=BF=87=E6=BB=A4=E7=89=A9=E8=B5=84=E5=BD=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogSelectProduct.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/inout/DialogSelectProduct.vue b/src/views/inout/DialogSelectProduct.vue index 99d17293..465ed9ea 100644 --- a/src/views/inout/DialogSelectProduct.vue +++ b/src/views/inout/DialogSelectProduct.vue @@ -204,6 +204,7 @@ export default { listQuery: { udiCode: null, cpmctymc: null, + action: null, ggxh: null, ylqxzcrbarmc: null, thrPiId: null, @@ -255,6 +256,9 @@ export default { // if (this.data.fromCorp != null) { // this.listQuery.unitFk = this.data.fromCorp; // } + if (this.data.action != null) { + this.listQuery.action = this.data.action; + } filterCompanyProductRelevance(this.listQuery) .then((response) => { this.loading = false;