|
|
@@ -168,8 +168,6 @@ export default {
|
|
|
if (res.data.ownerBirthdayReminds && res.data.ownerBirthdayReminds.length) {
|
|
|
this.ownerBirthdayBoxFlag = true;
|
|
|
this.reportInfoData.ownerBirthdayReminds = res.data.ownerBirthdayReminds.join(',');
|
|
|
- } else {
|
|
|
- this.ownerBirthdayBoxFlag = false;
|
|
|
}
|
|
|
} else {
|
|
|
this.$toast(res.msg);
|