mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
合并解决冲突
This commit is contained in:
@@ -34,7 +34,7 @@ import {USER_PERMISSION, VALIDATE_TOKEN} from "@/api/apis";
|
|||||||
const store = useStore();
|
const store = useStore();
|
||||||
const isLogin = ref(false);
|
const isLogin = ref(false);
|
||||||
|
|
||||||
console.log("版本3.1.1------------");
|
console.log("版本3.1.2------------");
|
||||||
|
|
||||||
|
|
||||||
// 监听关闭浏览器
|
// 监听关闭浏览器
|
||||||
|
|||||||
@@ -471,15 +471,15 @@
|
|||||||
<router-link to="/employeelearning">员工学习数据</router-link>
|
<router-link to="/employeelearning">员工学习数据</router-link>
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
</a-sub-menu>
|
</a-sub-menu>
|
||||||
</a-sub-menu> -->
|
</a-sub-menu>
|
||||||
<a-menu-item key="sub16" v-if="checkMenu('OldSystemManage')">
|
<a-menu-item key="sub16">
|
||||||
<div class="imgBox">
|
<div class="imgBox">
|
||||||
<img
|
<img
|
||||||
style="width: 22px; height: 22px"
|
style="width: 22px; height: 22px"
|
||||||
src="../assets/images/navleft/review.png"
|
src="../assets/images/navleft/review.png"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<a :href="oldManage">旧版管理员界面</a>
|
<a target="_blank" :href="oldManage">旧版管理员界面</a>
|
||||||
<!-- <router-link target="_blank" to="/oldsystemmanage">旧版管理员界面</router-link> -->
|
<!-- <router-link target="_blank" to="/oldsystemmanage">旧版管理员界面</router-link> -->
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
<a-menu-item key="sub17" v-if="checkMenu('ReadingClubManage')">
|
<a-menu-item key="sub17" v-if="checkMenu('ReadingClubManage')">
|
||||||
@@ -487,7 +487,7 @@
|
|||||||
<img
|
<img
|
||||||
style="width: 22px; height: 22px"
|
style="width: 22px; height: 22px"
|
||||||
src="../assets/images/navleft/review.png"
|
src="../assets/images/navleft/review.png"
|
||||||
/>¡
|
/>
|
||||||
</div>
|
</div>
|
||||||
<router-link to="/readingclubmanage">业务支援读书会管理</router-link>
|
<router-link to="/readingclubmanage">业务支援读书会管理</router-link>
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
<a-button
|
<a-button
|
||||||
class="cus-btn"
|
class="cus-btn"
|
||||||
style="background: #4ea6ff; color: #fff; width: 100px"
|
style="background: #4ea6ff; color: #fff; width: 100px"
|
||||||
@click="getStuList"
|
@click="search"
|
||||||
:loading="stuAsyncLoading"
|
:loading="stuAsyncLoading"
|
||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
@@ -603,6 +603,11 @@ function showChangeGroupModal() {
|
|||||||
checkgroupParam.value.checkBatch = true;
|
checkgroupParam.value.checkBatch = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function search(){
|
||||||
|
tableParam.value.pageNo = 1
|
||||||
|
getStuList()
|
||||||
|
}
|
||||||
|
|
||||||
// 导出数据
|
// 导出数据
|
||||||
function exportTaskStu() {
|
function exportTaskStu() {
|
||||||
console.log("props.datasource", props);
|
console.log("props.datasource", props);
|
||||||
|
|||||||
@@ -3321,6 +3321,7 @@ export default defineComponent({
|
|||||||
};
|
};
|
||||||
const handleSearchTable3 = () => {
|
const handleSearchTable3 = () => {
|
||||||
state.manageStuLoading = true;
|
state.manageStuLoading = true;
|
||||||
|
state.currentPage222 = 1
|
||||||
getCourseStudentList();
|
getCourseStudentList();
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -4573,6 +4574,8 @@ export default defineComponent({
|
|||||||
console.log(state.kk_inputV1);
|
console.log(state.kk_inputV1);
|
||||||
console.log(state.kk_inputV2);
|
console.log(state.kk_inputV2);
|
||||||
console.log(state.selectTime);
|
console.log(state.selectTime);
|
||||||
|
state.pageSize222 = 1
|
||||||
|
state.currentPage1 = 1
|
||||||
getTableDate();
|
getTableDate();
|
||||||
getTableDate3();
|
getTableDate3();
|
||||||
};
|
};
|
||||||
@@ -4582,6 +4585,8 @@ export default defineComponent({
|
|||||||
state.selectTime = "";
|
state.selectTime = "";
|
||||||
state.currentPage2 = 1;
|
state.currentPage2 = 1;
|
||||||
state.tableDataTotal2 = [];
|
state.tableDataTotal2 = [];
|
||||||
|
state.pageSize222 = 1
|
||||||
|
state.currentPage1 = 1
|
||||||
getTableDate();
|
getTableDate();
|
||||||
getTableDate3();
|
getTableDate3();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user