From 4a12e133d6957f4d2f108901aeea0e988f6c52f8 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期五, 11 七月 2025 13:48:31 +0800
Subject: [PATCH] 解决PDA报工页面报工单号发生变化是控制台报错问题

---
 pages/product/report/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/product/report/index.vue b/pages/product/report/index.vue
index ad3137a..fa65a7f 100644
--- a/pages/product/report/index.vue
+++ b/pages/product/report/index.vue
@@ -354,8 +354,6 @@
   watch: {
     "form.taskNo": function (newVal, oldVal) {
       this.subdisabled = false;
-      this.checkboxList[1].value = false;
-      this.checkboxList[0].value = false;
     },
   },
   methods: {
@@ -381,6 +379,9 @@
       });
     },
     // 鐐瑰嚮纭鍚庤幏鍙栧彇娑堟姤宸ヨ褰�
+    radioChange() {
+      // 澶勭悊鍗曢�夋鍙樺寲浜嬩欢
+    },
     confirmModle() {
       console.log("鐐瑰嚮纭鍚庤幏鍙栧彇娑堟姤宸ヨ褰�");
       // 澶勭悊纭閫昏緫

--
Gitblit v1.9.3