zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/cGovernance/taskECall.vue
@@ -45,14 +45,14 @@
    update,
    add,
    getECallEvent
  } from "@/api/task/eCall"
  } from "@/ssoapi/task/eCall"
  import {
    add as circleAdd,
  } from "@/api/circle/circle"
  } from "@/ssoapi/circle/circle"
  import {
    getList as getHouseList,
    getDetatil as getHouseDetail
  } from "@/api/doorplateAddress/doorplateAddress.js"
  } from "@/ssoapi/doorplateAddress/doorplateAddress.js"
  import {
    mapGetters
  } from "vuex"
@@ -127,7 +127,7 @@
              searchSpan: 4,
              dataType: "number",
              type: "select",
              dicUrl: "/api/blade-system/dict-biz/dictionary?code=eCallEventType",
              dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=eCallEventType",
              props: {
                label: "dictValue",
                value: "dictKey",
@@ -164,7 +164,7 @@
              prop: "communityCode",
              search: false,
              type: "tree",
              dicUrl: "/api/blade-system/region/tree",
              dicUrl: "/ssoapi/blade-system/region/tree",
              props: {
                label: "name",
                value: "id",
@@ -348,7 +348,7 @@
              dataType: "string",
              multiple: true,
              row: true,
              action: "/api/blade-resource/oss/endpoint/put-file-attach",
              action: "/ssoapi/blade-resource/oss/endpoint/put-file-attach",
              propsHttp: {
                res: "data",
                name: 'name',