更新
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import request from "@/utils/request";
|
||||
const api = "/bagl/bagl/mosty-base";
|
||||
const api = "/bagl/mosty-base";
|
||||
/*
|
||||
* 登录
|
||||
* return promise 实例对象
|
||||
|
||||
1227
src/router/index.js
1227
src/router/index.js
File diff suppressed because it is too large
Load Diff
@ -147,7 +147,8 @@ const getSfzhByGsid = (sfzh) => {
|
||||
}else{
|
||||
let obj = { sfzh:res.sfzh , xm:res.xm , pxgs:res.pxgs , pxgsid:res.pxgsid }
|
||||
setItem("userInfo", JSON.stringify(obj));
|
||||
router.push("/");
|
||||
// router.push("/");
|
||||
router.push("/unitManagement/unitInformation");
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
@ -36,13 +36,10 @@ import MyTable from '@/components/aboutTable/MyTable.vue';
|
||||
import Pages from '@/components/aboutTable/Pages.vue';
|
||||
import PageTitle from '@/components/aboutTable/PageTitle.vue';
|
||||
import ViewDetailsDialog from "./components/viewDetailsDialog.vue";
|
||||
import { qcckGet, qcckPost, qcckDelete } from "@/api/qcckApi.js";
|
||||
|
||||
import { qcckPost } from "@/api/qcckApi.js";
|
||||
const visible = ref(false);
|
||||
const searchBox = ref(null);
|
||||
const detailsRef = ref(null);
|
||||
const D_BZ_BXDLX = ref([]);
|
||||
|
||||
const pageData = reactive({
|
||||
tableData: [],
|
||||
keyCount: 0,
|
||||
@ -67,8 +64,7 @@ const pageData = reactive({
|
||||
|
||||
// 表格高度计算
|
||||
const tabHeightFn = () => {
|
||||
pageData.tableHeight =
|
||||
window.innerHeight - 240;
|
||||
pageData.tableHeight = window.innerHeight - 240;
|
||||
window.onresize = function () {
|
||||
tabHeightFn();
|
||||
};
|
||||
@ -99,8 +95,8 @@ const changeSize = (val) => {
|
||||
};
|
||||
|
||||
onMounted(() => {
|
||||
tabHeightFn();
|
||||
getList();
|
||||
tabHeightFn();
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user