From 4fb003fe51ff7a6a7b092cd8da6f7e9f3bd732dd Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Mon, 9 Oct 2023 10:38:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=87=BA=E4=BB=98?= =?UTF-8?q?=E8=B4=B9=E6=88=90=E9=95=BF=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/batch/FlowDataBatchSearchView.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/batch/FlowDataBatchSearchView.vue b/src/views/batch/FlowDataBatchSearchView.vue index 280bab5..f0f9ce9 100644 --- a/src/views/batch/FlowDataBatchSearchView.vue +++ b/src/views/batch/FlowDataBatchSearchView.vue @@ -110,6 +110,7 @@ @@ -295,6 +296,7 @@ export default { const startTime = currentData.startTime; const endTime = currentData.endTime; const roomName = currentData.roomName; + $('#batchId').val(id); $('#growModalLabel').html('【' + name + '】的付费成长数据'); $('#batchInfo').html('场次名称:' + name + ' 房间:' + roomName + ' 时间:' + startTime + '-' + endTime); $('#growTable').bootstrapTable('destroy');