Crunchy
2024-04-25 91d4dbb579831da006e57643770e42d7dc184d05
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;
          }