seimin 11 miesięcy temu
rodzic
commit
e01a2c7b5f

+ 1 - 1
components/IncidentAttachment.vue

@@ -47,7 +47,7 @@
47 47
   
48 48
   // 确认
49 49
   function know(){
50
-    audio.value.audioDestroy()
50
+    audio.value && audio.value.audioDestroy()
51 51
     emit('knowEmit');
52 52
   }
53 53
   

+ 1 - 1
pages/synergeticAdd/synergeticAdd.vue

@@ -81,7 +81,7 @@
81 81
       idx: dataInfo.idx,
82 82
       sum: 20,
83 83
       user: {
84
-        roleData: {
84
+        roledata: {
85 85
           "rolecode": "first-line support"
86 86
         },
87 87
         "engineer": 1,