showPlatformView(){ this.prdId = this.selectedIds.map(item => item.id).toString(); if(!prdId || prdId.split(',').length > 1){ this.$Modal.warning({ title: '系统提示', content: '<p style="font-size:16px">请选择一行!</p>' }); return; } this.platformPage = true;
}