mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 14:56:46 +08:00
去掉添加学员提交限制
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user