过滤时间标志、优化添加活动时bug

This commit is contained in:
shane 2021-07-09 13:17:04 +08:00
parent e826afe6ee
commit 27f35a4a2f
2 changed files with 4 additions and 3 deletions

View File

@ -142,6 +142,7 @@
});
},
clearaddActivitiesViewInfo: function () {
let _typeCds = $that.addActivitiesViewInfo.typeCds;
vc.component.addActivitiesViewInfo = {
activitiesId: '',
title: '',
@ -149,8 +150,8 @@
headerImg: '',
context: '',
startTime: '',
endTime: ''
endTime: '',
typeCds:_typeCds
};
},
_initActivitiesInfo: function () {

View File

@ -19,7 +19,7 @@
typeCd: '',
staffName: '',
activitiesId: '',
endTimeFlag:'1'
}
}
},