|
|
|
|
@ -723,7 +723,7 @@ export default {
|
|
|
|
|
if(data.startTimeArray.length == 0) {
|
|
|
|
|
flag = true;
|
|
|
|
|
}
|
|
|
|
|
if (!data.startSourceArray.length == 0 || !data.stopSourceArray.length == 0) {
|
|
|
|
|
if (data.startSourceArray.length == 0 || data.stopSourceArray.length == 0) {
|
|
|
|
|
serverImageFlag = true;
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
|