---fix bug

This commit is contained in:
yuping
2023-08-25 14:52:40 +08:00
parent e79130182b
commit 2e19f357a5
5 changed files with 11 additions and 9 deletions

View File

@@ -437,14 +437,14 @@
src="../assets/images/navleft/review.png"
/>
</div>
<a :href="oldManage">旧版管理员界面</a>
<a target="_blank" :href="oldManage">旧版管理员界面</a>
<!-- <router-link target="_blank" to="/oldsystemmanage">旧版管理员界面</router-link> -->
</a-menu-item>
<a-menu-item key="sub17" v-if="checkMenu('ReadingClubManage')">
<div class="imgBox">
<img
style="width: 22px; height: 22px"
src="../assets/images/navleft/review.png"s
src="../assets/images/navleft/review.png"
/>
</div>
<router-link to="/readingclubmanage">业务支援读书会管理</router-link>
@@ -529,7 +529,7 @@
<router-link to="/download">问答</router-link>
</a-menu-item>
<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 key="sub19" v-if="checkMenu('ReadingClubManage')">
<router-link to="/readingclubmanage">业务</router-link>
@@ -555,7 +555,7 @@ export default {
const store = useStore();
const state = reactive({
packup: false,
screenHeight: document.body.clientHeight, // 屏幕高度
screenHeight: document.body.clientHeight, // 屏幕 高度
rootSubmenuKeys: [
"sub1",
"sub2",

View File

@@ -40,7 +40,7 @@
:data="{
targetId: Number(courseId),
type: courseType,
userId: userInfo.id,
userId: userInfo.userId,
userName: userInfo.realName,
}"
:showUploadList="false"

View File

@@ -128,12 +128,12 @@ export default {
function getData() {
console.log('我是请求的参数', {
"courseId": props.courseID,
"studentId": userInfo.value.id,
"studentId": userInfo.value.userId,
"voteSubmitId": props.voteID
})
api.QueryVoteTaskDetailById({
"courseId": props.courseID,
"studentId": userInfo.value.id,
"studentId": userInfo.value.userId,
"voteSubmitId": props.voteID
}).then(res=>{
console.log(res)

View File

@@ -184,7 +184,7 @@ const initParams = {
keyword: "",
page: 1,
size: 10,
user_id: store.state.userInfo.id,
user_id: store.state.userInfo.userId,
// orderAsc: true
};
const params = ref(initParams);

View File

@@ -714,7 +714,7 @@ export default {
const searchList = () => {
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 = {
auditStatus: 1,
// categoryId: state.valueproj,
@@ -885,6 +885,8 @@ export default {
return;
}
courseAuditView({
createId: state.createId,
createName: state.chooseCreater,