mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
fix:注释debugger
This commit is contained in:
@@ -448,7 +448,7 @@ function confirm() {
|
||||
message.warning("请输入及格线");
|
||||
return
|
||||
}
|
||||
debugger
|
||||
// debugger
|
||||
if (taskIndex.value === -1) {
|
||||
const list = props.taskList
|
||||
list.push({name: formData.value.examinationName, type: props.type, info: {...formData.value}})
|
||||
|
||||
Reference in New Issue
Block a user