|
|
@@ -163,7 +163,7 @@ export default {
|
|
|
// 假设 value 是一个对象,其中包含了 text 属性
|
|
|
const weekText = value[1].text;
|
|
|
this.endTime = value[1].weekEnd;
|
|
|
- this.endDate = this.getWeekStr(weekText);
|
|
|
+ this.endWeekStr = this.getWeekStr(weekText);
|
|
|
this.showEndPicker = false; // 关闭弹窗
|
|
|
if (!this.validateDates()) {
|
|
|
// 显示错误消息
|