代码优化

const {
   receptionTime,
   gunCode,
   pageIndex,
   pageSize,
   parkingCode,
   queryTimeName,
   securityCameraCode,
   sortingType,
   stationCode,
   timeSorting,
 } = data;
 this.receptionTime = receptionTime;
 this.gunCode = gunCode;
 this.pageIndex = pageIndex;
 this.pageSize = pageSize;
 this.parkingCode = parkingCode;
 this.queryTimeName = queryTimeName;
 this.securityCameraCode = securityCameraCode;
 this.sortingType = sortingType;
 this.stationCode = stationCode;
 this.timeSorting = timeSorting;

代码优化结果:

posted @ 2023-09-07 19:09  崛起崛起  阅读(55)  评论(0)    收藏  举报