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; }