淘先锋技术网

首页 1 2 3 4 5 6 7

 startYearMonth: [','],

this.$set(
  this.formModel,
  'startYearMonth',
  `${this.formModel.startYear}-${this.formModel.startMonth}`
);
 this.$set(
  this.formModel,
  'startYearMonth', [
  this.drawerModel.projectStartTime,
  this.drawerModel.projectStartTime,
]);