@dongkboy 2 лет назад
Родитель
Сommit
3bd2e0a09d
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/views/Task/mixin.js

+ 0 - 2
src/views/Task/mixin.js

@@ -165,8 +165,6 @@ export const mixin = { // 导出混入对象
   created() {
     this.pageRequest.quoteStartDateStr=this.currentDate;
     this.pageRequest.quoteEndDateStr=this.currentDate;
-    this.pageRequest.attachStartDateStr=this.currentDate;
-    this.pageRequest.attachEndDateStr=this.currentDate;
     this.$api.letter.gainTopList().then(res => {
       this.companyList = res.data;
     });