Crunchy
2024-04-25 71c4ece010f68a74eeff5e986caecb9a0bb2e36c
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;
          }