测评列表

This commit is contained in:
lpq
2023-02-21 00:39:58 +08:00
parent 329ce8797a
commit 7c21e69667
5 changed files with 4 additions and 10 deletions

View File

@@ -362,7 +362,6 @@ export default {
}
};
function downTemplate() {
debugger
window.open(`${process.env.VUE_APP_BASE_API}/admin/student/exportHomeWorkTemplate?taskId=${props.id || ''}&type=${props.type || ''}&pid=${props.pid || ''}&thirdType=3`);
}