fix:删除12个抽屉的console

This commit is contained in:
Ggysh-7
2022-11-18 07:16:59 +08:00
parent 0acb1f027d
commit c95540a401
19 changed files with 146 additions and 392 deletions

View File

@@ -388,7 +388,6 @@ export default {
localStorage.setItem("chapterId", props.isactive);
};
const afterVisibleChange = (bool) => {
console.log("state", bool);
if (bool) {
queryFaceTeach();
}
@@ -418,8 +417,7 @@ export default {
const updateTask = () => {};
//新建或编辑面授
const updateFaceTeach = () => {};
const upDateTable = (data) => {
console.log("选择了课程", data);
const upDateTable = () => {
};
return {
...toRefs(state),