From 96a75a4e6bb41d039e9bd5021950dfb93cca8b88 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Tue, 24 Oct 2023 13:36:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E6=A0=B7=E5=8F=82=E6=95=B0=EF=BC=8C?= =?UTF-8?q?=E5=9B=BE=E5=83=8F=EF=BC=8Cid=E6=9F=A5=E8=AF=A2=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0rf=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/imageCapture.vue | 8 ++++++ .../components/parameterSetDialog.vue | 25 ++++++++++++------- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/src/views/photographicDevice/components/imageCapture.vue b/src/views/photographicDevice/components/imageCapture.vue index c7e38a0..0945eae 100644 --- a/src/views/photographicDevice/components/imageCapture.vue +++ b/src/views/photographicDevice/components/imageCapture.vue @@ -830,6 +830,10 @@ export default { name: "flag", value: 0, }, + { + name: "rf", + value: 255, + }, { name: "channel", value: this.selaccess, @@ -879,6 +883,10 @@ export default { name: "flag", value: 1, }, + { + name: "rf", + value: 255, + }, { name: "channel", value: this.setForm.channelId, diff --git a/src/views/photographicDevice/components/parameterSetDialog.vue b/src/views/photographicDevice/components/parameterSetDialog.vue index fceebc0..592ce7c 100644 --- a/src/views/photographicDevice/components/parameterSetDialog.vue +++ b/src/views/photographicDevice/components/parameterSetDialog.vue @@ -902,10 +902,10 @@ export default { name: "flag", value: 0, }, - // { - // name: "rf", - // value: 15, - // }, + { + name: "rf", + value: 255, + }, // { // name: "reqtype", // value: "0xA4", @@ -952,10 +952,10 @@ export default { name: "flag", value: 1, }, - // { - // name: "rf", - // value: 15, - // }, + { + name: "rf", + value: 255, + }, // { // name: "reqtype", // value: "0xA4", @@ -1089,7 +1089,10 @@ export default { name: "flag", value: 0, }, - + { + name: "rf", + value: 255, + }, { name: "newcmdid", value: "", @@ -1128,6 +1131,10 @@ export default { name: "flag", value: 1, }, + { + name: "rf", + value: 255, + }, { name: "newcmdid", value: this.idParameter.newCmdId,