Explorar el Código

事件签收Bug

qinhouyu hace 1 año
padre
commit
9984e55cd8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/eventdetailsdialog.vue

+ 1 - 1
src/views/eventdetailsdialog.vue

@@ -3216,7 +3216,7 @@ export default {
               }
             });
           }
-          await listYuAn().then((res) => {
+          await listYuAn({}).then((res) => {
             //关联预案
             if (res.code == 200) {
               that.guanLianYuAnList = res.data;