licp
2024-06-26 dd61d0f5d1176107de45e0d23e25cc0a761b7124
src/components/view/b2-standard.vue
@@ -1289,7 +1289,7 @@
          })
        } else {
          this.$axios.post(this.$api.standardTree.upStandardProducts, {
            ids: this.moreSelects.map(a => a.id),
            ids: JSON.stringify(this.moreSelects.map(a => a.id)),
            standardProductList: {
              section: this.sectionRow.section,
              ask: this.sectionRow.ask,