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;}