存在仿真管理

This commit is contained in:
fan 2020-05-12 09:04:17 +08:00
parent 795503d227
commit d03b3c1978

View File

@ -148,7 +148,7 @@ export default {
methods: {
listJoiningTogether(sessionList) {
let sessionId = '';
if (sessionList.length > 0) {
if (sessionList && sessionList.length > 0) {
sessionList.forEach((item) => {
sessionId = sessionId + item + ',';
});