licp
2024-04-24 70b128785737df0d6065b09a75cf79b49efe22fa
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;
          }