mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
feat:增加待审核课程,已审核课程,已审核项目对应时间搜索
This commit is contained in:
@@ -1177,7 +1177,7 @@ export default {
|
||||
arraynew.push(data[i])
|
||||
}
|
||||
}
|
||||
console.log(arraynew)
|
||||
// console.log(arraynew)
|
||||
if (arraynew.length !== 0) {
|
||||
state.chooseStageId = Number(arraynew[arraynew.length - 1].stageId);
|
||||
}
|
||||
@@ -1439,8 +1439,7 @@ export default {
|
||||
});
|
||||
};
|
||||
onMounted(() => {
|
||||
document.getElementsByTagName("main")[0].style.background =
|
||||
"rgb(245, 247, 250,1)";
|
||||
document.getElementsByTagName("main")[0].style.background = "rgb(245, 247, 250,1)";
|
||||
document.getElementsByTagName("main")[0].style.boxShadow = "none";
|
||||
getTask();
|
||||
});
|
||||
@@ -1452,8 +1451,7 @@ export default {
|
||||
});
|
||||
onUnmounted(() => {
|
||||
document.getElementsByTagName("main")[0].style.background = "#ffffff";
|
||||
document.getElementsByTagName("main")[0].style.boxShadow =
|
||||
"0px 1px 35px 0px rgba(118, 136, 166, 0.07)";
|
||||
document.getElementsByTagName("main")[0].style.boxShadow = "0px 1px 35px 0px rgba(118, 136, 166, 0.07)";
|
||||
});
|
||||
const showDrawerOnline = (id, eleId) => {
|
||||
console.log("id, eleId", id, eleId);
|
||||
|
||||
Reference in New Issue
Block a user