From eee069606cdec94154902ad4ae4405b08ef2601e Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Thu, 30 Dec 2021 20:30:08 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit049=EF=BC=9A=E5=B7=B2?= =?UTF-8?q?=E7=BB=8F=E5=8F=AF=E4=BB=A5=E6=92=AD=E6=94=BE=E7=82=B9=E4=BD=8D?= =?UTF-8?q?=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/components/dioFun.dart | 4 +++- lib/pages/Works/DWSP/dwsp_getList.dart | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/components/dioFun.dart b/lib/components/dioFun.dart index 2daf9f6..4dffcc1 100644 --- a/lib/components/dioFun.dart +++ b/lib/components/dioFun.dart @@ -1986,10 +1986,12 @@ Future getDwspUrlNew( } //标注正在获取点位视频的记录 - eventBus.fire(DwspUpdateEvent('点位视频信息数据更新广播')); + // eventBus.fire(DwspUpdateEvent('点位视频信息数据更新广播')); getingDwVideo = true; // getingDwmc = '${(indexRecord + 1)}、${listDwinfoGetList2[indexRecord]['dwmc']}'; //正在获取视频的点位名称 + print('getDwspUrlNew indexRecord = ${indexRecord}'); + // print('listDwinfoGetList2 = ${listDwinfoGetList2}'); getingDwmc = '${listDwinfoGetList2[indexRecord]['id']}、${listDwinfoGetList2[indexRecord]['dwmc']}'; //正在获取视频的点位名称 print('\n --- 正在后台获取 $getingDwmc 点位视频地址 --- \n'); diff --git a/lib/pages/Works/DWSP/dwsp_getList.dart b/lib/pages/Works/DWSP/dwsp_getList.dart index b6f7e3b..6694647 100644 --- a/lib/pages/Works/DWSP/dwsp_getList.dart +++ b/lib/pages/Works/DWSP/dwsp_getList.dart @@ -75,7 +75,7 @@ class _DwspPageState extends State { lastIndex = 7; //try_setState(); - // listDwinfoGetList2 = listDwspGetList2; + listDwinfoGetList2 = listDwspGetList2; // int len = listDwspGetList2.length; // for (int i = 0; i < len; i++) { // getDwspUrl(index: listDwspGetList2[i]['id']).then((value) {