Browse Source

事件签收Bug

qinhouyu 1 năm trước cách đây
mục cha
commit
9984e55cd8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;