优化一下这段vue代码:success= res = thisworkPlanDetail = res ; thisthisWeekSummaryvalue = ressummary; thisthisWeekSummarycursor = ressummarylength; thisnextWeekPlanvalue = resplan; thisne
success:= res => { const { summary, plan, fileList } = res; this.workPlanDetail = { ...res }; this.thisWeekSummary = { value: summary, cursor: summary.length }; this.nextWeekPlan = { value: plan, cursor: plan.length }; this.fileArray = fileList || []; }
原文地址: https://www.cveoy.top/t/topic/7Nr 著作权归作者所有。请勿转载和采集!