value
2024-04-25 d4b07ba3645bda96a8019adda693aeb3d83830ec
src/components/tool/value-table.vue
@@ -1059,7 +1059,7 @@
            return count * 15 + 60 + 'px'
         },
      handleSuccessUp(response,label){
        if(label){
        if(typeof label === 'string'){
          if(response.code==200){
            this.upData[label] = response.data.url;
          }