|
@@ -774,6 +774,10 @@ export default {
|
|
|
Common.processException(errorData);
|
|
Common.processException(errorData);
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
|
|
+ }else if (infoButton.curdWindowNo != null && infoButton.curdWindowNo.length > 0){
|
|
|
|
|
+ _self.$router.push(
|
|
|
|
|
+ '/desktop/window/' + infoButton.curdWindowNo + '?uuid=' + _self.uuid,
|
|
|
|
|
+ );
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
|