去掉添加学员提交限制

This commit is contained in:
lpq
2023-02-26 16:01:25 +08:00
parent 42a243f417
commit 8f43e19938
5 changed files with 41 additions and 24 deletions

View File

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