zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/propertySupervision/process/maintenanceFundApply/edit.vue
@@ -88,7 +88,7 @@
import {
  historyFlowList,
  leaveDetail
} from "@/api/work/process";
} from "@/ssoapi/work/process";
import {
  getList,
@@ -96,13 +96,13 @@
  update,
  add,
  getPropertyCapitalApply
} from "@/api/property/propertyCapitalApply";
} from "@/ssoapi/property/propertyCapitalApply";
import {
  completeTask
} from "@/api/work/work";
} from "@/ssoapi/work/work";
import {
  getLists
} from "@/api/discuss/topics"
} from "@/ssoapi/discuss/topics"
import deitDiscussion from "../../components/deitDiscussion.vue"
export default {
  components: {
@@ -146,7 +146,7 @@
          searchSpan: 5,
          search: true,
          type: 'tree',
          dicUrl: `/api/blade-district/district/getDistrictTree`,
          dicUrl: `/ssoapi/blade-district/district/getDistrictTree`,
          cascader: ['articleId'],
          props: {
            label: "name",
@@ -286,7 +286,7 @@
          search: false,
          viewDisabled: false,
          type: 'select',
          dicUrl: `/api/blade-article/article/getArticleByDistrictId?type=4&eventType=1&districtIdList={{districtId}}`,
          dicUrl: `/ssoapi/blade-article/article/getArticleByDistrictId?type=4&eventType=1&districtIdList={{districtId}}`,
          // slot: true,
          formslot: true,
          cascader: ['vote'],
@@ -364,7 +364,7 @@
            name: "originalName",
            url: "link"
          },
          action: '/api/blade-resource/oss/endpoint/put-file-attach',
          action: '/ssoapi/blade-resource/oss/endpoint/put-file-attach',
          rules: [{
            required: true,
            message: "请上传施工方案",