|
@@ -514,9 +514,9 @@ export default {
|
|
|
var date1 = Math.round(new Date(val) / 1000);
|
|
|
// 当月时间
|
|
|
this.current_month.forEach((element) => {
|
|
|
- // 十号之前是1675987200
|
|
|
+ // 十号之前是1678406400
|
|
|
var date2 = Math.round(new Date(element) / 1000);
|
|
|
- if (date1 > 1675987200&&this.dayTime==1) {
|
|
|
+ if (date1 > 1678406400&&this.dayTime==1) {
|
|
|
this.$confirm("请在规定时间内填写", "提示", {
|
|
|
confirmButtonText: "确定",
|
|
|
cancelButtonText: "取消",
|
|
@@ -529,7 +529,7 @@ export default {
|
|
|
this.form.convokeTime = null;
|
|
|
});
|
|
|
}
|
|
|
- if (date1<1672501850&&this.dayTime==1) {
|
|
|
+ if (date1<1675180250&&this.dayTime==1) {
|
|
|
this.$confirm("请在规定时间内填写", "提示", {
|
|
|
confirmButtonText: "确定",
|
|
|
cancelButtonText: "取消",
|