linwe
2024-06-27 5a15bad0c4da87bc0da1f44a89b34c52d64b713b
src/views/cGovernance/taskECallTwo/index.vue
@@ -77,7 +77,8 @@
    remove,
    update,
    add,
    getDetail
    getDetail,
    synchronizeData
  } from "@/api/task/eCallEventTwo"
  import {
    add as circleAdd,
@@ -806,6 +807,10 @@
          this.loading = false
          this.selectionClear()
        })
        synchronizeData().then((res) => {
        })
      }
    },
  }