Crunchy
2024-05-23 196c31f1f040c315de09a6808fc9cd63c63f9950
src/components/view/b2-standard.vue
@@ -1341,6 +1341,11 @@
          return this.$message.error('请选择检验项')
        }
        this.moreEditLoad = true
        for(let a in this.moreInfo){
          if(this.moreInfo[a]==''){
            delete this.moreInfo[a]
          }
        }
        this.$axios.post(this.$api.standardTree.upStandardProducts, {
          ids: this.moreSelects.map(a => a.id),
          standardProductList: this.moreInfo