From 2777f69fbf5565f4caf275b8134737e333e407fc Mon Sep 17 00:00:00 2001 From: 张磊磊 <201175954@qq.com> Date: 星期四, 30 十一月 2023 15:34:56 +0800 Subject: [PATCH] 原料库存统计thingjs/料仓增删改查 --- web/src/views/DuctpiecePLM/ReinManage/components/ReinsInvent.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/web/src/views/DuctpiecePLM/ReinManage/components/ReinsInvent.vue b/web/src/views/DuctpiecePLM/ReinManage/components/ReinsInvent.vue index ac992e6..a3c6a59 100644 --- a/web/src/views/DuctpiecePLM/ReinManage/components/ReinsInvent.vue +++ b/web/src/views/DuctpiecePLM/ReinManage/components/ReinsInvent.vue @@ -138,8 +138,11 @@ this.$api.Reinforce.searchProjectSize({proId:val,pageNum: 1, pageSize:100000000}).then(res=>{ if(res.statusMsg === 'ok'){ - if(this.search.proId ===""){ + if(val ===""){ this.optionsSize = [] + this.$set(this.search,'sizeId','') + this.$set(this.search,'reinforcementId','') + this.$set(this.search,'blockId','') }else{ this.optionsSize = res.data.list } -- Gitblit v1.9.3