Lita-Tako пре 4 месеци
родитељ
комит
66791d2985
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/components/video/Live.vue

+ 2 - 2
src/components/video/Live.vue

@@ -380,11 +380,11 @@
380 380
 						<a-button type="primary" class="btn">中止轮巡</a-button>
381 381
 					</div>
382 382
 					<div class="row">
383
-						<a-button type="primary" class="mr-5 btn" @click="captureOne">窗口抓图</a-button>
383
+						<a-button type="primary" class="mr-5 btn" @click="captureOne(null)">窗口抓图</a-button>
384 384
 						<a-button type="primary" class="btn" @click="stopPlay">窗口关闭</a-button>
385 385
 					</div>
386 386
 					<div class="row">
387
-						<a-button type="primary" class="mr-5 btn" @click="captureAll">全部抓图</a-button>
387
+						<a-button type="primary" class="mr-5 btn" @click="captureAll()">全部抓图</a-button>
388 388
 						<a-button type="primary" class="btn" @click="stopAllPlay">全部关闭</a-button>
389 389
 					</div>
390 390
 					<div v-if="hasPerm(['controlCloud'])" class="flex flex-col">