|
@@ -467,6 +467,8 @@ export default {
|
|
return that.$modal.msgWarning('请选择您要同步的时间范围')
|
|
return that.$modal.msgWarning('请选择您要同步的时间范围')
|
|
}
|
|
}
|
|
if (that.operateTypeValue == null || that.operateTypeValue == '' || that.operateTypeValue == undefined) {
|
|
if (that.operateTypeValue == null || that.operateTypeValue == '' || that.operateTypeValue == undefined) {
|
|
|
|
+ that.loading = false
|
|
|
|
+ that.open = false
|
|
return that.$modal.msgWarning('请选择您要同步的操作类型')
|
|
return that.$modal.msgWarning('请选择您要同步的操作类型')
|
|
}
|
|
}
|
|
let params = {
|
|
let params = {
|