sunlupeng 1 년 전
부모
커밋
289a0d7ffc
6개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 0
      src/api/oa/renew.js
  2. 2 2
      src/router/index.js
  3. 1 1
      src/views/oa/renewal/DataList.vue
  4. 1 1
      src/views/oa/renewal/detail.vue
  5. 1 1
      src/views/oa/renewal/edit.vue
  6. 0 0
      src/views/oa/renew/index.vue

src/api/oa/renewal.js → src/api/oa/renew.js


+ 2 - 2
src/router/index.js

@@ -60,8 +60,8 @@ export const constantRoutes = [
   },
   //续签申请
   {
-    path: '/oa/renewal',
-    component: (resolve) => require(['@/views/oa/renewal/index'], resolve),
+    path: '/oa/renew',
+    component: (resolve) => require(['@/views/oa/renew/index'], resolve),
     hidden: true
   },
  

+ 1 - 1
src/views/oa/renewal/DataList.vue

@@ -84,7 +84,7 @@
 </template>
 
 <script>
-import { getListData,exportList }  from "@/api/oa/renewal"
+import { getListData,exportList }  from "@/api/oa/renew"
 import detail from "./detail.vue";
 import edit from "./edit.vue";
 import Treeselect from "@riophae/vue-treeselect";

+ 1 - 1
src/views/oa/renewal/detail.vue

@@ -176,7 +176,7 @@
 </template>
 
 <script>
-import { getDetail,agree,disagree,revocation } from "@/api/oa/renewal"
+import { getDetail,agree,disagree,revocation } from "@/api/oa/renew"
 import {getDate} from "@/utils/dateUtils";
 export default {
   props: {

+ 1 - 1
src/views/oa/renewal/edit.vue

@@ -119,7 +119,7 @@
 </template>
 
 <script>
-import { getDetail, create,reCommit, save, deleteById,closeById } from "@/api/oa/renewal"
+import { getDetail, create,reCommit, save, deleteById,closeById } from "@/api/oa/renew"
 import {getDate} from "@/utils/dateUtils";
 import { getUserProfile } from "@/api/system/user";
 import { listDept } from "@/api/system/dept";

src/views/oa/renewal/index.vue → src/views/oa/renew/index.vue