mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
---fix bug
This commit is contained in:
@@ -437,14 +437,14 @@
|
|||||||
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')">
|
||||||
<div class="imgBox">
|
<div class="imgBox">
|
||||||
<img
|
<img
|
||||||
style="width: 22px; height: 22px"
|
style="width: 22px; height: 22px"
|
||||||
src="../assets/images/navleft/review.png"s
|
src="../assets/images/navleft/review.png"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<router-link to="/readingclubmanage">业务支援读书会管理</router-link>
|
<router-link to="/readingclubmanage">业务支援读书会管理</router-link>
|
||||||
@@ -529,7 +529,7 @@
|
|||||||
<router-link to="/download">问答</router-link>
|
<router-link to="/download">问答</router-link>
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
<a-menu-item key="sub18" v-if="checkMenu('OldSystemManage')">
|
<a-menu-item key="sub18" v-if="checkMenu('OldSystemManage')">
|
||||||
<router-link to="/oldsystemmanage">旧版</router-link>
|
<router-link target="_blank" to="/oldsystemmanage">旧版</router-link>
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
<a-menu-item key="sub19" v-if="checkMenu('ReadingClubManage')">
|
<a-menu-item key="sub19" v-if="checkMenu('ReadingClubManage')">
|
||||||
<router-link to="/readingclubmanage">业务</router-link>
|
<router-link to="/readingclubmanage">业务</router-link>
|
||||||
@@ -555,7 +555,7 @@ export default {
|
|||||||
const store = useStore();
|
const store = useStore();
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
packup: false,
|
packup: false,
|
||||||
screenHeight: document.body.clientHeight, // 屏幕高度
|
screenHeight: document.body.clientHeight, // 屏幕 高度
|
||||||
rootSubmenuKeys: [
|
rootSubmenuKeys: [
|
||||||
"sub1",
|
"sub1",
|
||||||
"sub2",
|
"sub2",
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
:data="{
|
:data="{
|
||||||
targetId: Number(courseId),
|
targetId: Number(courseId),
|
||||||
type: courseType,
|
type: courseType,
|
||||||
userId: userInfo.id,
|
userId: userInfo.userId,
|
||||||
userName: userInfo.realName,
|
userName: userInfo.realName,
|
||||||
}"
|
}"
|
||||||
:showUploadList="false"
|
:showUploadList="false"
|
||||||
|
|||||||
@@ -128,12 +128,12 @@ export default {
|
|||||||
function getData() {
|
function getData() {
|
||||||
console.log('我是请求的参数', {
|
console.log('我是请求的参数', {
|
||||||
"courseId": props.courseID,
|
"courseId": props.courseID,
|
||||||
"studentId": userInfo.value.id,
|
"studentId": userInfo.value.userId,
|
||||||
"voteSubmitId": props.voteID
|
"voteSubmitId": props.voteID
|
||||||
})
|
})
|
||||||
api.QueryVoteTaskDetailById({
|
api.QueryVoteTaskDetailById({
|
||||||
"courseId": props.courseID,
|
"courseId": props.courseID,
|
||||||
"studentId": userInfo.value.id,
|
"studentId": userInfo.value.userId,
|
||||||
"voteSubmitId": props.voteID
|
"voteSubmitId": props.voteID
|
||||||
}).then(res=>{
|
}).then(res=>{
|
||||||
console.log(res)
|
console.log(res)
|
||||||
|
|||||||
@@ -184,7 +184,7 @@ const initParams = {
|
|||||||
keyword: "",
|
keyword: "",
|
||||||
page: 1,
|
page: 1,
|
||||||
size: 10,
|
size: 10,
|
||||||
user_id: store.state.userInfo.id,
|
user_id: store.state.userInfo.userId,
|
||||||
// orderAsc: true
|
// orderAsc: true
|
||||||
};
|
};
|
||||||
const params = ref(initParams);
|
const params = ref(initParams);
|
||||||
|
|||||||
@@ -714,7 +714,7 @@ export default {
|
|||||||
|
|
||||||
const searchList = () => {
|
const searchList = () => {
|
||||||
console.log('searchParamsearchParamsearchParam', state.searchParam)
|
console.log('searchParamsearchParamsearchParam', state.searchParam)
|
||||||
console.log('searchParamsearchParamsearchParam', Math.ceil(new Date(state.searchParam[0]).getTime()))
|
console.log('searchParamsearchParamsearchParam', Math.ceiXXl(new Date(state.searchParam[0]).getTime()))
|
||||||
let objn = {
|
let objn = {
|
||||||
auditStatus: 1,
|
auditStatus: 1,
|
||||||
// categoryId: state.valueproj,
|
// categoryId: state.valueproj,
|
||||||
@@ -885,6 +885,8 @@ export default {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
courseAuditView({
|
courseAuditView({
|
||||||
createId: state.createId,
|
createId: state.createId,
|
||||||
createName: state.chooseCreater,
|
createName: state.chooseCreater,
|
||||||
|
|||||||
Reference in New Issue
Block a user