소스 검색

阳光村务

rongxin_prod
庞东旭 2 년 전
부모
커밋
1935e68a4c
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -0
      src/views/sunVillage_info/index.vue
  2. +1
    -1
      src/views/sunVillage_info/index_code.vue

+ 2
- 0
src/views/sunVillage_info/index.vue 파일 보기

@@ -101,6 +101,7 @@
import Cookies from "js-cookie";
import {logout} from "../../api/login";
import { sysConfig } from "@/api/homesteadSurvey/index";
import {removeToken} from "@/utils/auth";
export default {
name: "certificateList",
data() {
@@ -238,6 +239,7 @@
},
logout(){
logout().then(res => {
removeToken();
this.$router.push({path:"/sunVillage_info/index_code",query:{bookId:Cookies.get('bookId'),deptId:Cookies.get('deptId')}})
})
},


+ 1
- 1
src/views/sunVillage_info/index_code.vue 파일 보기

@@ -69,7 +69,7 @@
import { sysConfig } from "@/api/homesteadSurvey/index";
import Cookies from "js-cookie";
export default {
name: "certificateList",
name: "sunVillageInfoIndexCode",
data() {
return {
xsgsList:[],


불러오는 중...
취소
저장