优化 Vue 代码:更简洁的解构赋值和默认值
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/mwy1 著作权归作者所有。请勿转载和采集!