src/components/tool/value-table.vue
@@ -892,6 +892,15 @@ } } this.addLoad = true this.upHead.forEach((item,index)=>{ if(this.data.cascaderField&&this.data.cascaderField[item.label]){ if(this.upData[item.label]){ this.upData[item.label] = this.upData[item.label].join(','); }else{ this.upData[item.label] = '' } } }) this.$axios.post(this.addUrl, this.upData, { headers: { 'Content-Type': 'application/json'