|
@@ -625,7 +625,11 @@ export default {
|
|
|
date: this.updateTimeData.form.date,
|
|
date: this.updateTimeData.form.date,
|
|
|
ids: this.ids,
|
|
ids: this.ids,
|
|
|
}
|
|
}
|
|
|
- updateLogDate(form).then(e => {
|
|
|
|
|
|
|
+ updateLogDate(form).then(response => {
|
|
|
|
|
+ if (response.data!=null){
|
|
|
|
|
+ this.msgInfo("部分时间已有营期:"+response.data);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
this.updateTimeData.open = false;
|
|
this.updateTimeData.open = false;
|
|
|
this.getList();
|
|
this.getList();
|
|
|
});
|
|
});
|