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