|
@@ -323,10 +323,10 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
if (
|
|
|
- (this.parmValue.platform_time_start !== "" &&
|
|
|
- this.parmValue.platform_time_end === "") ||
|
|
|
- (this.parmValue.platform_time_start === "" &&
|
|
|
- this.parmValue.platform_time_end !== "")
|
|
|
+ (this.parmValue.addtime_start !== "" &&
|
|
|
+ this.parmValue.addtime_end === "") ||
|
|
|
+ (this.parmValue.addtime_start === "" &&
|
|
|
+ this.parmValue.addtime_end !== "")
|
|
|
) {
|
|
|
this.$message.warning("导入时间区间不完整!");
|
|
|
return;
|