mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 09:16:46 +08:00
fix:去除debugger
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user