瀏覽代碼

bug修复

seimin 11 月之前
父節點
當前提交
e01a2c7b5f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      components/IncidentAttachment.vue
  2. 1 1
      pages/synergeticAdd/synergeticAdd.vue

+ 1 - 1
components/IncidentAttachment.vue

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

+ 1 - 1
pages/synergeticAdd/synergeticAdd.vue

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