fix:去除debugger

This commit is contained in:
wyx
2023-02-26 17:15:10 +08:00
parent ff8798de54
commit 4a36865db6
6 changed files with 3 additions and 7 deletions

View File

@@ -3436,7 +3436,6 @@ export default defineComponent({
]);
// 删除文件返回参数
const changevalue = (e) => {
debugger
let arr = state.attach.split(",");
let newarr = [];
for (let i = 0; i < arr.length; i++) {
@@ -4434,7 +4433,6 @@ export default defineComponent({
state.lookCourseModal = false;
};
const handleLook = async (itm, type) => {
debugger
if (type === "1") {
return;
}