console.log("this.comIds", this.comIds);
console.log( " Object.assign({},this.comIds)",Object.assign({}, this.comIds)); //转化未对象
console.log("JSON.parse(JSON.stringify(this.comIds)",JSON.parse(JSON.stringify(this.comIds)));//转化数组
console.log("this.comIds", this.comIds);
console.log( " Object.assign({},this.comIds)",Object.assign({}, this.comIds)); //转化未对象
console.log("JSON.parse(JSON.stringify(this.comIds)",JSON.parse(JSON.stringify(this.comIds)));//转化数组