licp
2024-04-23 91b0174402dc5c993a3fc506d89bae7ba1e0ce99
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'