From fa0fc3195858a592d2ad1bdad0fa6126602ebf55 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 07 Jun 2024 14:17:10 +0800
Subject: [PATCH] 路径配置修改

---
 src/views/work/process/maintenanceFundApply/edit.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/views/work/process/maintenanceFundApply/edit.vue b/src/views/work/process/maintenanceFundApply/edit.vue
index 0eb83fb..045f22e 100644
--- a/src/views/work/process/maintenanceFundApply/edit.vue
+++ b/src/views/work/process/maintenanceFundApply/edit.vue
@@ -1,11 +1,11 @@
 <template>
   <basic-container>
     <el-form ref="form" :model="form" :rules="rules" label-width="80px">
-      <el-row type="flex" class="row-bg" justify="end">
+      <!--  <el-row type="flex" class="row-bg" justify="end">
         <el-form-item>
-          <!-- <el-button @click="handleCancel">关闭</el-button> -->
+          <el-button @click="handleCancel">关闭</el-button>
         </el-form-item>
-      </el-row>
+      </el-row> -->
 
 
 
@@ -67,7 +67,7 @@
   import {
     historyFlowList,
     leaveDetail
-  } from "@/api/work/process";
+  } from "@/ssoapi/work/process";
 
   import {
     getList,
@@ -75,10 +75,10 @@
     update,
     add,
     getPropertyCapitalApply
-  } from "@/api/property/propertyCapitalApply";
+  } from "@/ssoapi/property/propertyCapitalApply";
   import {
     completeTask
-  } from "@/api/work/work";
+  } from "@/ssoapi/work/work";
 
   export default {
     data() {
@@ -119,7 +119,7 @@
               searchSpan: 5,
               search: true,
               type: 'tree',
-              dicUrl: `/api/blade-district/district/getDistrictTree`,
+              dicUrl: `/ssoapi/blade-district/district/getDistrictTree`,
               props: {
                 label: "name",
                 value: "id"
@@ -182,7 +182,7 @@
               prop: "allocationWay",
               labelWidth: 140,
               value: '按建筑面积分摊',
-              span: 14,
+              span: 12,
               row: true,
             },
             {
@@ -293,7 +293,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: "请上传施工方案",

--
Gitblit v1.9.3