张磊磊
2023-12-08 5357fcd46f03e4b0c4ec9402d9c4fe561ffd2ce6
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
          }