彭宇 2 anni fa
parent
commit
addc15ef4b
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 1 1
      src/api/forest.js
  2. 2 1
      src/views/eventdetailsdialog.vue

+ 1 - 1
src/api/forest.js

@@ -178,7 +178,7 @@ export function dutysystemRemove(param) {
 }
 
 // 事件短信联系人
-export function userFeginlist(param) {
+export function userFeginlist() {
   return request({
     url: '/center-village/VisuVillageCloudController/userFeginlist',
     method: 'post'

+ 2 - 1
src/views/eventdetailsdialog.vue

@@ -973,7 +973,8 @@ import {
   centereventtdepteventList,
   dutysystemList,
   dutysystemAdd,
-  dutysystemRemove
+  dutysystemRemove,
+  userFeginlist
 } from '@/api/forest'
 import {
   treeselectAll as deptTreeselect